/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
@import url("https://fonts.googleapis.com/css?family=Exo:400,700");
@import url('/templates/css/skeleton/form.css');

iframe {
    width: 100% !important;
}

/* #Classes
================================================== */
.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* #Global
================================================== */
body {
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div img,
div a img {
    width: 100%;
}

strong,
b {
    font-weight: 700;
}

p,
li,
span {
    letter-spacing: 0.03em;
}

.text img{
    max-width: 100%;
    width: auto;
}

.center {
    text-align: center;
}

.orange {
    color: #EA6446;
}

.bg-orange {
    background-color: #EA6446;
    color: #fff;
}

.blue {
    color: #0084b5;
}

.bg-blue {
    background-color: #0084b5;
}

.bg-lightBlue {
    background-color: #9cdcf9;
}

.white {
    color: #fff !important;
}

table{
    width: 100%;
    float: left;
}
td{
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Exo", Arial, Helvetica, sans-serif;
    color: #0084b5;
    font-weight: 700;
}

h1,
.like_h1{
    font-size: 26px;
    line-height: 33px;
    margin-top: 20px;
    width: 100%;
    float: left;
}

h2 {
    font-size: 19px;
    line-height: 25px;
}

h3 {
    font-size: 16px;
    line-height: 22px;
}

p.line {
    background-color: #0084b5;
    height: 1px;
    width: 100%;
}

a,
#inhalt a {
    text-decoration: none;
    color: #0084b5;
}

#inhalt ul {
    list-style: circle;
    padding-left: 17px;
}

#inhalt ul li {
    margin-bottom: 6px;
}

/* Tooltip */
.tooltip {
    background: none;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    pointer-events: none;
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    height: 22px;
    width: auto;
    padding: 0 8px;
}
.tooltip .tooltip-background {
    background-color: rgba(0, 0, 0, 0.54);
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    z-index: -1;
}
.tooltip .tooltip-background.show{
     -webkit-transform: translate(-50%,-50%) scale(1);
     transform: translate(-50%,-50%) scale(1);
     opacity: 1;
}


#outer {
    float: left;
    width: 100%;
    border-top: 6px solid #0084b5;
    padding-top: 15px;
}

#head {
    border-bottom: 2px solid #0084b5;
}

#logo #datum {
    display: none;
}

#menu ul {
    width: 100%;
    margin: 0;
}

#menu ul li {
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

#menu ul li:first-child {
    margin-left: 0;
}

#menu ul li:first-child a {
    float: left;
}

#menu ul li:last-child {
    margin-right: 0;
}

#menu ul li:last-child a {
    margin-right: 0;
    float: right;
}

#menu ul li a {
    width: auto;
    float: none;
    position: relative;
    font-weight: 700;
    color: #0084b5;
    text-decoration: none;
    padding-top: 59px;
    padding-bottom: 25px;
    display: inline-block;
}

#menu ul li a {
    margin: 0;
}



#menu ul.level2 {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;

    visibility: hidden;
    opacity: 0.0;

    position: absolute;
    background-color: #90C2DD;
    top: 92px;
    z-index: 1000;
    padding-top: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
    width: 180px;
    right: -10px;
}



#menu ul.level2 li {
    float: left;
    clear: both;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: left;
}

#menu ul.level2 li:first-child,
#menu ul.level2 li:last-child {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

#menu ul.level2 li a {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

#menu ul.level2>li>a:hover,
#menu ul.level2>li>a:focus,
#menu ul.level2>li.current2>a{
    background-color: #007CB0;
    color: #ffffff;
}
#menu ul.level3>li.level3>a{
    font-weight: 400;
}

#menu ul.level3{
    padding-left: 15px;
}

#menu ul.level3>li>a:hover,
#menu ul.level3>li>a:focus,
#menu ul.level3>li.current3>a{
    color: #ffffff;
}

#kopfbild {
    position: relative;
    overflow: hidden;
}

#kopfbild.sixteen.columns {
    margin-bottom: 14px;
}

#kopfbild_overlay {
    position: absolute;
    top: 0;
    left: 0;
}

#kopfbild_title {
    font-size: 47px;
    line-height: 63px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

#kopfbild_title .subtitle {
	font-size: 32px;
	line-height: normal;
	text-transform: none;
	font-weight: bold;
	margin: -5px 0 10px 0;
	display: inline-block;
}

#kopfbild_line {
    height: 2px;
}

#kopfbild_text {
    font-size: 33px;
    text-align: center;
    line-height: 37px;
    margin-top: 7px;
}

#kopfbild_ausverkauft,
#kopfbild_rueckblick {
    left: 320px;
    position: absolute;
    top: 280px;
    width: 300px;
}

#video-overlay {
    display: none;
    background-color: #007CAF;
    float: right;
    position: absolute;
    top: 115px;
    right: 0px;
    width: 520px;
    z-index: 2;
    right: -520px;
}
#video-overlay:before{
    content: "\f26c";
    font-family: "FontAwesome";
    color: #ffffff;
    background-color: #007CAF;
    position: absolute;
    left: -46px;
    top: 20px;
    height: 46px;
    width: 46px;
    z-index: 1;
    text-align: center;
    padding-top: 13px;
    font-size: 22px;
    box-sizing: border-box;
    cursor: pointer;
}


#video-overlay iframe {
    height: 312px;
    padding: 20px;
    box-sizing: border-box;
}

/*
#kopfbild_badge{
	width: 200px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
}
*/
#kopfbild_badge {
    width: 400px;
    float: left;
    margin-left: 35px;
    margin-top: 20px;
}

#kopfbild_anmelden {
    position: relative;
    top: 100px;
    /*top: -120px;*/
}

#anmeldeschluss {
    font-size: 16px;
}

#referenten_startseite {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    display: table;
}

#referenten_startseite .referenten_image {
    border-radius: 50%;
    overflow: hidden;
}

#referenten_startseite .referenten_entry {
    margin-right: 30px;
    margin-left: 30px;
}

#referenten_startseite .referenten_entry:first-child {
    margin-left: 0;
}

#referenten_startseite .referenten_entry:last-child {
    margin-right: 0;
}

#referenten_startseite .r_name {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#referenten_startseite .referenten_image,
#referenten_startseite .r_beschreibung {
    width: 100%;
}

#reminder{
	background-color: #DADADA;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	margin-top: 50px;
	padding: 10px 45px 10px 45px;
}
#reminder .input-container{
    width: 45%;
    float: left;
    margin-bottom: 20px;
}
#reminder .input-container:nth-child(2n+1){
    margin-right: 10%;
}
#reminder .input-container input,
#reminder .input-container select{
    background-color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 5px;
}
#reminder .input-container input[type="submit"]{
    font-size: 17px !important;
    margin-top: 20px;
}


#sponsoren {
    background-color: #ededed;
    padding: 30px 0;
}
/*

#sponsoren .sponsor_entry img {
    width: 55%;
}

#sponsoren #s_chrisign {
    margin-top: 25px;
}
#sponsoren #s_chrisign img{
    width: 90%;
}

#sponsoren #s_lilienberg img {
    width: 100%;
    margin-top: 14px;
}

#sponsoren #s_allianz img {
    width: 65%;
    float: right;
    margin-top: 25px;
}
#sponsoren #s_swisslife img{
    margin-left: 40px;
}

#sponsoren #s_gottlieber img {
    width: 65%;
    margin-top: 10px;
}

#sponsoren #s_leader img {
    width: 50%;
    margin-top: 25px;
}

#sponsoren #s_sponsologo img {
    margin-top: 10px;
}

#sponsoren .sponsor_entry.s_sponsor img {
    width: 50%;
    margin-top: 4px;
}
*/


#sponsoren .medienpartner_responsive {
    display: none;
}

#sponsoren_logos a {
	float: left;
}

#sponsoren_logos a {
	margin: 0 30px 0 0;
}

#sponsoren_logos .chrisign_gmbh {
	margin-top: 17px;
    margin-right: 41px;
}

#sponsoren_logos .chrisign_gmbh img {
	width: 108px;
    height: 36px;
}

#sponsoren_logos .lilienberg {
	margin-top: 10px;
    margin-right: 36px;
}

#sponsoren_logos .lilienberg img {
	width: 180px;
    height: 54px;
}
#sponsoren_logos .kaffee_erlebnis {
    margin-top: 13px;
    margin-right: 44px;
}

#sponsoren_logos .kaffee_erlebnis img {
    width: 85px;
    height: 48px;
}

#sponsoren_logos .swisslife {
    margin-top: 12px;
    margin-right: 50px;
}

#sponsoren_logos .swisslife img {
    width: 67px;
    height: 57px;
}

#sponsoren_logos .allianz {
	margin-top: 25px;
}

#sponsoren_logos .allianz img {
    width: 112px;
    height: 47px;
}
#s_leader img{
    margin-top: 29px;
    width: 78px;
    height: 17px;
}





#sponsoren_logos a:last-of-type img {
	margin-right: 0;
}

#googleMaps {
    margin-bottom: 20px;
    height: 250px;
    margin-left: 70px;
}
#googleView{
    margin-bottom: 20px;
    margin-left: 70px;
}

#footer {
    border-top: 2px solid #0084b5;
    background-color: #91c2dd;
    padding: 15px 0;
    color: #0084b5;
}

#footer .socialized img {
    width: 35px;
    height: auto;
}

#footer strong {
    color: #0084b5;
}

#footer a,
#footer a:visited {
    color: #0084b5;
}

#footer a:hover,
#footer a:focus,
#footer a:hover strong,
#footer a:focus strong {
    color: #EA6446;
}

#kontakt_moeglichkeit {
    float: left;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-family: /* Specific Font */;
    font-size: 13px;
    width: 100%;

}
#dynamiccontent{
    margin-top: 50px;
}

#dynamiccontent .row {
    margin-bottom: 0;
}

#dynamiccontent h2 {
    margin-top: 20px;
}
#dynamiccontent .videos{
    margin-bottom: 40px;
    margin-top: 25px;
}
#dynamiccontent + #dynamiccontent{
    margin-top: 0px;
}
#dynamiccontent ul li {
	margin-bottom: 20px;
}
ul#inclusive{
    margin-top: 26px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 44px;
    width: 100%;
    float: left;
}
ul#inclusive li{
    float: left;
    width: 100%;
    list-style: none;
    padding: 10px 15px;
    background-color: #DFF2FD;
    color: #0084b5;
    font-weight: bold;
    margin-bottom: 10px;

    box-sizing: border-box;
}
ul#inclusive li a:hover,
ul#inclusive li a:focus{
    color: #EA6446;
}
ul#inclusive li:nth-child(even){
    background-color: #AFDFF9;
}
ul#inclusive li#total{
    background-color: #EA6446;
    color: #ffffff;
}
.konferenz .bild{
    margin-top: 60px;
}
@media only screen and (max-width: 959px) {
    .konferenz .bild{
        margin-top: 61px;
    }
    ul#inclusive{
        margin-top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .konferenz .bilder{
        display: none;
    }
    ul#inclusive{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



    /* #Referenten
	================================================== */
#referenten .pre.a_referent_line{
    margin-bottom: 20px;
}
#referenten .pre.a_referent_line:nth-child(2n+1){
  /*  clear: both; */
}
#referenten .pre .r_description{
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teaser .r_description{
    margin-top: 25px;
}


#referenten {
    width: 100%;
    float: left;
}

.a_datum {
    padding: 5px 0;
}

.a_datum h2 {
    margin-bottom: 0;
}

.a_break,
.a_referent_line {
    padding: 10px 0;
    position: relative;
}
.a_referent_line{
    min-height: 243px;
}
.teaser .a_referent_line{
    min-height: auto;
}

.a_break .a_description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 3px;
}

.a_time h2 {
    padding-left: 10px;
}

.r_referent {
    border-radius: 50%;
    overflow: hidden;
    width: 80%;
    margin-top: 0px;
    position: relative;
    float: left;
}
.teaser .r_referent{
    margin-top: 0;
}
.act-details{
    float: left;
    width: 100%;
}
.act-details > div{
    margin-top: 20px;
}
.more-details-button{
    position: absolute;
    top: 100px;
    background-color: #FFFFFF;
    color: #EA6446;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0,0,0,0.26);
    left: -25px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;

    padding-top: 11px;
}
.more-details-button i {
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 30px;
    height: 29px;
    width: 22px;
}
.more-details-button.active i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* #Anmeldung
================================================== */
table.tpvv_ticketauswahl td {
    padding-left: 0px;
    vertical-align: text-top;
}

table.tpvv_ticketauswahl td + td {
    vertical-align: text-top;
    padding-bottom: 10px;
}

.ticketSelector input[type="submit"] {
    width: 233px;
}

/*Änderungen-srutishauser-13.01.2015*/
#menu ul li {
	float: left;
}

#menu ul li a {
	padding-left: 20px;
	padding-right: 20px;
}

#menu ul.level1 {
	float: left;
	margin: 0 0 0 20px;
}

/*#menu ul li:first-child {
    padding-left: 30px;
}

#menu ul li:nth-child(3) {
    width: 60px;
}

#menu ul li:nth-child(4) {
    width: 100px;
}*/

#static-footer {
    display: none;
}

/* Fancybox */
span.fncb_fancy_title {
    font-size: 12px;
    font-weight: bold;
}

span.fncb_fancy_displaycounter {
    font-size: 11px;
}

#fancybox-title {
    line-height: 16px;
    text-align: left;
}

#fncb_bottomNavClose {
    cursor: pointer;
    display: block;
}

/* Fancybox END */
#outer {
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;

    opacity: 1 !important;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #kopfbild_title {
        font-size: 37px;
        line-height: 63px;
		margin-top: 5px;
    }
	
    #kopfbild_text {
        font-size: 26px;
        line-height: 33px;
    }

    /*
    #kopfbild_badge {
        width: 150px;
        float: left;
        margin-left: 28px;
        margin-top: 4px;
    }
    */
    #kopfbild_badge {
        width: 249px;
        float: left;
        /*margin-left: 89px;
        margin-top: 4px;*/

        margin-left: 45px;
        margin-top: 30px;
    }
    #kopfbild_anmelden{
        top: 75px;
        position: relative;
    }
    #kopfbild_anmelden a.button{
        font-size: 22px !important;
    }

    #video-overlay {
        width: 355px;
        right: -355px;
    }

    #video-overlay iframe {
        height: 220px;
    }

    #referenten_startseite .referenten_entry {
        margin-right: 26px;
        margin-left: 26px;
    }

    #menu ul li:first-child {
        padding-left: 0px;
    }

    #googleMaps {
        margin-left: 60px;
    }

    #anmeldeschluss {
        font-size: 12px;
    }


    /*#menu ul li:nth-child(3) {
        width: 45px;
    }*/
    .more-details-button{
        left: 10px;
        bottom: 10px;
    }
	#sponsoren_logos a:nth-of-type(4n) {
		clear: both;
	}
	#sponsoren_logos .allianz {
		margin-top: 45px;
	}
	#sponsoren_logos .swisslife {
		margin-top: 24px;
	}
	#sponsoren_logos .kaffee_erlebnis {
		margin-top: 20px;
	}
	
	#kopfbild_title .subtitle {
		font-size: 24px;
	}
	
	#kopfbild_ausverkauft,
	#kopfbild_rueckblick {
		left: 265px;
		top: 220px;
		width: 230px;
	}
}
@media only screen and (min-width: 768px) {
    #menu ul li a.current1:after {
        background-color: #0084b5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    #menu ul li a.level1:after {
        content: '';
        height: 5px;
        background-color: #0084b5;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0px;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    #menu ul li a.level1:hover:after,
    #menu ul li a.level1:focus:after,
    #menu ul li.current1>a:after{
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    #menu ul.level1 li.level1:hover ul.level2,
    #menu ul.level1 li.level1:focus ul.level2{
        visibility: visible;
        opacity: 1;
    }
    #menu ul.level2:before {
        content: " ";
        width: 10px;
        height: 10px;
        background-color: #90C2DD;

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 38px;
        top: -4px;
    }
    #menu-toggle{
        display: none;
    }
    #menu ul li .toggle-sub-lvl{
        display: none;
    }
    #menu ul.level1{
        display: block !important;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #menu{
        margin-top: 50px;

    }
    #menu-toggle{
        padding: 10px;
        background-color: #91C2DD;
        cursor:pointer;
        color: #007CB0;
        font-weight: bold;
    }
    #menu-toggle i{
        float: right;
        font-size: 22px;
    }

    #menu ul.level1{
        background-color: #91C2DD;
        display: none;
    }
	
	#menu ul.level1 {
		margin: 0;
	}
	
	#menu ul.level3 {
		padding-left: 0;
	}

    #menu ul li{
        width: 100% !important;
        text-align: left;
        float: left;
        position: relative;
        border-top: 1px solid #C8E7FA;
    }
    #menu ul li:first-child{
        border-top: 1px solid #fff;
    }

    #menu ul li.current1 > a{
        color: #ffffff;
    }
    #menu ul li.current1 ul.level2{
        display: block;
    }
    #menu ul li.current2 > a{
        background-color: #007CB0;
        color: #ffffff;
    }

    #menu ul li a{
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    #menu ul li a:hover{

    }
    #menu ul li .toggle-sub-lvl{
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        background-color: #C8E7FA;
        height: 38px;
        width: 38px;
        color: #007CB0;
        padding: 7px 15px;
        box-sizing: border-box;
        cursor: pointer;
    }
    #menu ul li .toggle-sub-lvl i{
        text-align: center;
        font-size: 22px;
    }

    #menu ul.level2{
        display: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        border-radius: 0;
        background-color: #C8E7FA;
        padding: 0px;
    }
    #menu ul.level2 li{
        border-top: none;
    }
    #menu ul.level2 li a{
        border-bottom: 1px solid #007CB0;

    }

    #kopfbild_title {
        font-size: 22px;
        line-height: 50px;
        margin-top: 0;
    }

    #kopfbild_line {
        display: none;
    }

    #kopfbild_text {
        font-size: 15px;
        line-height: 19px;
        margin-top: 0;
    }


    #kopfbild_badge {
        width: 90px;
        float: left;
        margin-left: 10px;
        margin-top: 4px;
    }
/*
    #kopfbild_badge {
        width: 196px;
        float: left;
        margin-left: 112px;
        margin-top: 19px;
    }
  */
    #kopfbild_badge {
        display: none;
        width: 196px;
        float: left;
        margin-left: 0;
        top: -93px;
        left: 20px;
        position: absolute;
        z-index: 1000;
    }

    #video-overlay {
        display: none;
        width: 420px;
        top: 36px;
        right: 0px;
    }

    #video-overlay iframe {
        height: 232px;
    }

    #referenten_startseite {
        top: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }

    #referenten_startseite .columns.referenten_entry {
        width: 200px;
        margin-left: 0;
        margin-right: 0;
    }

    #referenten_startseite .columns.referenten_entry:nth-child(odd) {
        margin-right: 20px;
    }

    #kopfbild_anmelden {
        position: relative;
        top: 46px;
        width: 90%;
        margin-left: 5%;
    }
    #kopfbild_anmelden a.button{
        font-size: 17px !important;
        margin-bottom: 0px;
    }

    /* #Referenten
    ================================================== */
    .a_datum h2 {
        padding: 0 10px;
    }

    #referenten .a_break .a_time,
    #referenten .a_referent_line .a_time {
        width: 80px;
    }

    #referenten .a_break .a_description{
        width: 330px;
    }

    .a_referent_line .a_time{
        display: none !important;
    }


    #referenten .a_referent_line .r_description,
    #referenten .a_referent_line .a_description,
    #referenten .a_referent_line .r_titel {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    #referenten .a_referent_line .r_referent_wrapper {
        width: 85px;
    }
    .act-details{
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .act-details > div.columns{
        width: 100% !important;
    }
    .act-details > div.columns:first-child{
        margin-top: 20px !important;
    }
    .act-details > div.columns:last-child{
        margin-bottom: 30px;
    }
    .more-details-button{
        left: 10px;
        bottom: 10px;
        top: auto;
    }

    #referenten .r_referent {
        width: 100%;
    }

    #sponsoren .sponsor_entry {
        width: 50%;
    }

    #sponsoren #s_gottlieber {
        text-align: center;
    }

    #sponsoren #s_allianz img {
        margin-left: 0;
        float: left;
    }

    #sponsoren .medienpartner {
        display: none;
    }

    #sponsoren .medienpartner_responsive {
        display: block;
        margin-top: 20px;
    }

    #footer {
        padding-bottom: 60px
    }

    #static-footer {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #91C2DD;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        text-align: right;
    }

    #static-footer i {
        font-size: 22px;
        margin-left: 20px;

    }

    #googleMaps {
        margin-left: 0;
    }

    #logo #datum {
        display: block;
        float: right;
        width: 170px;
        margin-top: 2px;
    }
    #reminder .input-container{
        width: 100%;
    }
    #reminder .input-container input[type="submit"]{
        margin-top: 0px;
    }

	#sponsoren_inner,
	#sponsoren_inner #s_leader {
		text-align: center;
		width: 100%;
	}

	#sponsoren_inner #sponsoren_logos a,
	#sponsoren_inner #s_leader a {
		float: left;
		clear: both;
		margin: 10px 0 20px;
		text-align: center;
		width: 100%;
	}

	#sponsoren #s_leader img {
		margin-top: 0;
	}
	
	#kopfbild_title .subtitle {
		font-size: 16px;
		margin: -12px 0 3px 0;
	}
	
	#kopfbild_ausverkauft,
	#kopfbild_rueckblick {
		left: 145px;
		top: 125px;
		width: 135px;
	}
    #referenten_startseite .referenten_entry{
        margin-bottom: 30px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #menu ul li:nth-child(1) {
        width: 28%;
        padding-left: 0;

    }

    #menu ul li:nth-child(2) {
        width: 26%;
    }

    #menu ul li:nth-child(3) {
        width: 12%;
    }

    #menu ul li:nth-child(4) {
        width: 34%;
    }

    #kopfbild_title {
        margin-top: 0;
        font-size: 15px;
        line-height: 30px;
    }

    #kopfbild_text {
        font-size: 12px;
        line-height: 15px;
    }

    /*
    #kopfbild_badge {
        width: 70px;
        float: right;
    }
    */
    #kopfbild_badge {
        width: 155px;
        float: left;
        /* margin-left: 73px;
         margin-top: 8px; */
        margin: 0px;
        top: 66px;
        position: absolute
    }

    #video-overlay {
        width: 300px;
        top: 36px;
        right: 0px;
    }

    #video-overlay iframe {
        height: 164px;
    }

    #referenten_startseite .columns.referenten_entry {
        width: 140px;
        margin-left: 0;
        margin-right: 0;
    }

    #logo #datum {
        width: 120px;
    }

    #kopfbild_anmelden {
        position: relative;
        top: 25px;
    }

    /* #Referenten
    ================================================== */
    .a_datum h2 {
        padding: 0 10px;
    }

    #referenten .a_break .a_time,
    #referenten .a_referent_line .a_time {
        width: 300px;
    }

    #referenten .a_break .a_description {
        width: 280px;
        padding: 0 10px;
        margin-left: 0px;
    }



    #referenten .a_referent_line .r_referent_wrapper {
        width: 65px;
    }

    #referenten .r_referent {
        width: 100%;
    }
    .more-details-button{
        right: 17.5px;
        left: auto;
        bottom: 10px;
    }
    .more-details-button i{
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .more-details-button.active i{
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
    }
	
	#kopfbild_title .subtitle {
		font-size: 14px;
		margin: -9px 0 3px 0;
	}
	
	#kopfbild_ausverkauft,
	#kopfbild_rueckblick {
		left: 100px;
		top: 90px;
		width: 100px;
	}
}