/* awesome Fonts
*********************************/
/* Font-face awesome */
@font-face {
	font-family: 'awesome';
	src:url('../fonts/fa-regular-400.eot');
	src:url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fa-regular-400.woff') format('woff'),
		url('../fonts/fa-regular-400.ttf') format('truetype'),
		url('../fonts/fa-regular-400.svg#awesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* mulish-300 - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-regular - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-500 - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-700 - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-italic - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-300italic - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 300;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-500italic - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 500;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-700italic - latin-ext_latin */
@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 700;
    src: local(''),
    url('../fonts/mulish-v3-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/mulish-v3-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html, body {
    min-height: 100%;
}

body {
    background-image: url("../../img/bg_citylights.jpg");
    background-position-x: center;
    /*background-position-y: 100px;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#header {
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #e8f1ef;
}
#header #mainnav {
    top:60px;
}
#header #LTS-header, #header #LTS-header-schrift {
	position: relative;
}
#header #LTS-header {
	float: left;
}
#header #LTS-header img {
    max-width: 100%;
    vertical-align: middle;
}
#header #LTS-header img:last-of-type {
    margin: 9px 0 0 15px;
}
#header #LTS-header-schrift {
	float: right;
	top: 10px;
}

div.body-bg,
div.page{
    max-width: 100%;
    margin: 0 auto;
    padding:0;
    position: relative;
    background-image: url("../../img/bg_citylights.jpg");
    background-position-x: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#p119 div.page {
    padding: 0;
    background-position-y: 360px;
}
div.content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}
div.main-content {
    max-width: 940px;
    margin: 0 auto 30px;
    background-color: #ffffff;
    padding: 30px;
}

#p119 div.main-content {
    max-width: 1000px;
    margin: 30px auto 0;
    background-color: transparent;
    padding: 0;
}

#header-center {
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    text-align: left;
}

div.all-sponsors {
    background-color: #fff;
	max-width: 1000px;
    margin: 5px auto 0 auto;
    padding: 20px 0;
}
div.box50 {
    width: 42.5%;
    margin: 0 0 2% 0;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    background-color: #FFFFFF;
    height: 240px;
}
div.box50.right {
    margin-left: 2%;
    margin-right: 2%;
}
div.box50.left {
    margin-left: 2%;
}
.holder.grosse-boxen-2fach {
    width: 100%;
    display: block;
    margin-top: 30px;
    /*margin-bottom: -100px;*/
    border-bottom: 2px dotted #92c4b0;
    max-height: 400px;
}
.grosse-boxen-2fach {
    width: 49%;
    margin:0;
    display: inline-block;
    vertical-align: top;
}
.grosse-boxen-2fach .csc-textpic-text {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	position: relative;
    top: -120px;
    height: 110px;
	padding: 0 5px 0 20px;
}
.grosse-boxen-2fach .csc-textpic-text p.bodytext {
	font-size: 20px;
	padding: 5px 0 0 0;
	margin:0;
}
.grosse-boxen-2fach .csc-textpic-text h1,
.grosse-boxen-2fach .csc-textpic-text h1 a,
.grosse-boxen-2fach .csc-textpic-text h2,
.grosse-boxen-2fach .csc-textpic-text h2 a {
	color: rgba(32, 103, 61, 1);
	font-size: 24px;
	padding: 10px 0 0 0;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
    font-weight: 700;
}
.grosse-boxen-2fach div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    height: auto;
}
.grosse-boxen-2fach:first-child {
    margin-right: 2%;
}
div.holder.weisse-boxen-3fach,
div.holder.boxen-3fach{
    display: block;
    padding: 0 0 30px 0;
    border-bottom: 2px dotted #92c4b0;
    margin-bottom: 20px;
}
div.holder.boxen-3fach{
    padding: 30px 0;
}
div.holder.weisse-boxen-3fach div.weisse-boxen-3fach,
div.holder.boxen-3fach div.boxen-3fach{
    width: 28%;
    min-height: 195px;
    padding: 2% 1.9% 1%;
    margin: 0 2.3% 0 0;
    background-color: white;
    display: inline-block;
    vertical-align: top;
}
div.holder.boxen-3fach div.boxen-3fach{
    padding: 0;
    margin: 0 32px 0 0;
    width: 312px;
    text-align: left;
}
div.holder.weisse-boxen-3fach div.weisse-boxen-3fach:last-child,
div.holder.boxen-3fach div.boxen-3fach:last-child{
    margin: 0;
}
div.holder.weisse-boxen-3fach div.weisse-boxen-3fach a:after {
	content: ' »';
	font-size: 20px;
}
div.holder.boxen-3fach div.boxen-3fach .csc-textpic-text {
    padding: 0px 10px;
    height: 53px;
    margin-top: -10px;
}
div.csc-frame-rulerAfter{
    padding: 0 0 30px 0;
    border-bottom: 2px dotted #92c4b0;
}
div.buttons-seitenende {
    float: left;
    background-image: url("/res/img/bg-big-button.jpg") ;
    width: 380px;
    height: 100px;
    margin:0 20px 20px 0;
    padding: 35px;
    vertical-align: auto;
}
div.startseite-carousel {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 2px dotted #92c4b0;
}
.startseite-carousel .border {
	border: none;
}
div.startseite-carousel > div#slickcarousel1 {
    
}
div.startseite-carousel > div#slickcarousel1 .slick-list {
    max-height: 290px;
}
div.startseite-carousel > div#slickcarousel1 .slick-text .span p {
    color: #005d55;
}
div.csc-default ul,
#TicketsPage ul{
    margin: 0 auto 0 15px;
    list-style: unset;
}
div#c917 ul, div#c918 ul {
    list-style: none;
}
div#c917 h1, div#c918 h1 {
    display: none;
}
div.separator {
    height: 30px;
    display: block;
}
div.separator-20 {
    height: 20px;
    display: block;
}
div.separator-10 {
    height: 10px;
    display: block;
}
.clearfix::after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.submit_button,
a.submit_button {
    background-color: RGBA(225, 234, 228, 1.00);
    padding: 5px 10px 3px;
    color: #1b7263;
    border: medium none;
    border-spacing: 0;
}
submit_button:hover,
a.submit_button:hover {
    color: #BEB8B8;
}
.content p .submit_button::after,
.content p a.submit_button::after {
    content: "";
}
a.normal-link {
    color:#1b7263;
}
fieldset {
    border-color: RGBA(225, 234, 228, 1.00);
    border: none;
}
#delivery-col fieldset,
#contactaddress-col fieldset,
#paymentoptions-col fieldset {
    padding-left: 0;
    margin-left: 0;
}
#header #mainnav ul li#social a,
#footer ul#footer-social li a{
    background-image: url("../../img/sprite/sprite-socialmedia.svg");
    background-size: 90px 60px;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    line-height: 30px;
}
#footer ul#footer-social li#footer-logo a {
    background-image: none;
    width: unset;
}
#header #mainnav ul li#social a.lupe {
    background-image: url("../../img/lupe.svg");
    background-size: 30px 30px;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    line-height: 30px;
    right: 0px;
    box-shadow: 0px 0px 2px grey;
}
#footer ul#footer-social li {
    margin-right: 0;
}
#footer ul#footer-social li a {
    position: relative;
}
#header #mainnav ul li#social a.social-facebook,
#footer ul#footer-social li a.social-facebook{
    background-position: 30px 90px;
    right: 105px;
    right: 73px;
}
#footer ul#footer-social li a.social-facebook{
    right: unset;
    display: inline-block;
    margin-right: 5px;
}
#header #mainnav ul li#social a.social-facebook:hover,
#footer ul#footer-social li a.social-facebook:hover{
    background-position: 30px 60px;
}
#header #mainnav ul li#social a.social-instagram,
#footer ul#footer-social li a.social-instagram{
    background-position: 60px 90px;
    right: 70px;
    right: 37px;
}
#footer ul#footer-social li a.social-instagram{
    background-position: 60px 90px;
    right: unset;
    display: inline-block;
    margin-right: 5px;
}
#header #mainnav ul li#social a.social-instagram:hover,
#footer ul#footer-social li a.social-instagram:hover{
    background-position: 60px 60px;
}
#header #mainnav ul li#social a.social-newsletter,
#footer ul#footer-social li a.social-newsletter{
    background-position: 0px 90px;
    right: 35px;
    right: 1px;
}
#footer ul#footer-social li a.social-newsletter{
    right: unset;
    display: inline-block;
    margin-right: 5px;
}
#header #mainnav ul li#social a.social-newsletter:hover,
#footer ul#footer-social li a.social-newsletter:hover{
    background-position: 0px 60px;
}
.csc-frame-rulerBefore {
    border-top: 2px dotted #005d55;
    padding-top: 30px;
}
#p177 figcaption.csc-textpic-caption,
#p178 figcaption.csc-textpic-caption {
    font-size: 10px;
}
figcaption.csc-textpic-caption {
    font-size: 13px;
}
a.btn-notfound {
    transition: background 1s;
    text-align: center;
    display: inline-block;
    background-color: #92c4b0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 4px 8px;
    text-transform: uppercase;
    width: unset;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
a.btn-notfound:hover {
    background: #92C4B088;
}