/*
Theme Name: ETV Hamburg 2021
Author: KHH
Description:
Version: 0.0.1
Tags: 
*/

/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/titillium-web-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-900 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/titillium-web-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}


*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *behavior: url(css/boxsizing.htc);
}
@viewport {
    width: device-width;
}

html,body{
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size:22px;
    line-height:1.5em;
    background-color:#ffffff;
    color:#444444;
    font-weight:400;
    text-align:left;
}
a{
    color:#444444;
}
.sat-content{
    max-width:1000px;
    margin:auto;
    padding:240px 20px 80px;
}
.sat-content.sat-page-service{
    padding:120px 20px 80px;
}
.sat-content-header h1{
    font-size: 2.227em;
    Line-height: 1.163em;
    font-weight: 700;
    margin:0 0 10px 0;
}
.sat-content-header p{
    font-size: 1.5em;
    Line-height: 1.364em;
    font-weight: 300;
    margin:0;
}
.sat-button{
    font-size: 0.955em;
    Line-height: 1.476em;
    color:#fff;
    display: inline-block;
    background: #db0d15;
    max-width:340px;
    width:100%;
    padding:15px 0;
    text-align: center;
    text-decoration:none;
    font-weight:600;
}
.sat-buttons .sat-button{
    margin-right:20px;
}
.sat-buttons{
    clear:left;
    padding-top:30px;
}

/* Menu */
.sat-header-extra{
    height:120px;
}
header{
    border-top: 5px solid #db0d15;
    position: absolute;
    top:0;
    width:100%;
    text-align: center;
    z-index:10;
}
header .logo{
    text-align:center;
    padding-top:30px;
    margin-bottom:10px;
}
header .logo img{
    display: block;
    margin: auto;
    max-width:56px;
    height:auto;
}

.sat-menu-mobile-sub-cont,
.sat-menu-sub-cont{
    display:none;
    background: #db0d15;
    color:#fff;
    position: absolute;
    top:0;
    min-height:100%;
    width:100%;
    z-index:10;
    padding:160px;
}
.sat-menu-mobile-sub-cont a,
.sat-menu-sub-cont a{
    color:#fff;
    text-decoration:none;
}
.sat-menu-sub{
    display:none;
}
.sat-menu-mobile-sub-cont .sat-menu-sub{
    display:block;
}
.sat-menu-mobile-sub-cont ul,
.sat-menu-sub-cont ul{
    list-style: none;
    width:450px;
    margin:0 72px 0 0px;
    float:left;
}
.sat-menu-mobile-sub-cont ul li,
.sat-menu-sub-cont ul li{
    margin-bottom:0px;
}
.sat-menu-mobile-sub-cont ul ul li,
.sat-menu-sub-cont ul ul li{
    margin-bottom:0px;
}
.sat-submenu-main{
    background:transparent url(images/icon_arrow_down.svg) no-repeat top 16px right;
    background-size:28px auto;
}
.sat-submenu-main.open{
    background:transparent url(images/icon_arrow_up.svg) no-repeat top 16px right;
}
.sat-submenu-main ul{
    display:none;
}
.sat-submenu-main.open ul{
    display:block;
}
.sat-menu-mobile-sub-cont ul li a,
.sat-menu-sub-cont ul li a{
    font-size: 1.682em;
    Line-height: 1.27em;
    font-size: 1.5em;
    Line-height: 1.364em;
    display:block;
    margin-bottom:10px;
    font-weight:200;
}

.sat-menu-mobile-sub-cont ul ul li a,
.sat-menu-sub-cont ul ul li a{
    font-size: 1.5em;
    Line-height: 1.364em;
    font-size: 1.182em;
    Line-height: 1.308em;
}


.sat-menu-mobile-sub-cont i,
.sat-menu-sub-cont i{
    position:absolute;
    top:30px;
    left:80px;
    cursor: pointer;
    background: transparent url("images/icon_cross_white.svg") no-repeat top 3px left;
    background-size: auto 11px;
    display:block;
    font-style: normal;
    font-size: 0.727em;
    Line-height: 1em;
    padding-left:20px;
}

.sat-menu-mobile-sub-cont .sat-menu-sub > ul{
    display:none;
}

.sat-menu-mobile-sub-cont .sat-menu-sub.open > ul{
    display:block;
}

.sat-menu-mobile-sub-cont .sat-menu-sub h3 {
    font-size: 2.227em;
    Line-height: 1.163em;
    display: block;
    margin-bottom: 10px;
    font-weight: 200;
    clear:left;
    padding-top:20px;
    cursor:pointer;
}

.sat-menu-mobile-sub-cont .sat-menu-sub h3.has-menu {
    background:transparent url(images/icon_arrow_down.svg) no-repeat top 36px right;
    background-size:28px auto;
}
.sat-menu-mobile-sub-cont .sat-menu-sub.open h3.has-menu {
    background:transparent url(images/icon_arrow_up.svg) no-repeat top 36px right;
}

.sat-menu-cont{
    background:#fff;
    max-width: 1560px;
    margin:auto;
    position:relative;
    padding-bottom:10px;
    box-shadow: 1px 2px 9px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 9px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 9px 1px rgba(0,0,0,0.2);
}
.sat-menu-cont.sat-full{
    max-width: 100%;

}
.sat-menu-cont ul{
    list-style: none;
    margin:auto;
    padding:0;
}
.sat-menu-cont ul li{
    list-style: none;
    display: inline-block;
}
.sat-menu-cont ul li a{
    font-weight:600;
    display:block;
    text-decoration: none;
    line-height:1.091em;
    padding:0 20px;
}
.sat-menu-members{
    position: absolute;
    right:80px;
    top:0;
    z-index:10;
}
.sat-menu-cont ul.sat-menu-members li a{
    font-size:0.818em;
    line-height: 1.333em;
    padding:20px 25px 15px;
    display: block;
}
.sat-bg-new{
    background: #db0d15;
}
.sat-link-more{
    color: #db0d15;
    font-weight:600;
    text-decoration: none;
}
.sat-bg-new a{
    color: #ffffff;
}
.hamburger::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 100%;
    border-top: 4px solid #444;
}
.hamburger {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-right: 12px;
    border-top: 4px solid #444;
    border-bottom: 4px solid #444;
    top: 1px;
    cursor: pointer;
}
.sat-menu-mobile-main{
    display:none;
    position:absolute;
    right:20px;
    top:20px;
    width:30px;
    z-index:12;
}
/* Menu End */

/* Slider */
.sat-main-slider{
    height:100%;
}
.sat-main-slider .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #fff;
    background: transparent;
}
.sat-main-slider .bxslider, .sat-main-slider .bxslider li {
    height: 100% !important;
}
.sat-main-slider .bx-viewport, .sat-main-slider .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}
.sat-main-slider .slide-image-mobil{
    display:none;
}
.sat-main-slider .sat-main-slide-content{
    height:100%;
    position:relative;
}
.sat-main-slider .sat-main-slide-content a{
    height:100%;
    display:block;
    background-size:cover;
    background-position: center;
}
.sat-main-slider .bx-controls{
    position:absolute;
    bottom:80px;
    width:100%;
}
.sat-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sat-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.sat-main-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border:2px solid #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.sat-main-slider-controls {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.sat-main-slider-controls .sat-main-slider-controls-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.sat-main-slider-controls .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.sat-main-slider-controls .bx-pager-item, .sat-main-slider-controls .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}
.sat-main-slider-controls .bx-pager.bx-default-pager a:hover, .sat-main-slider-controls .bx-pager.bx-default-pager a.active, .sat-main-slider-controls .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.sat-main-slider-controls .bx-pager.bx-default-pager a:hover, .sat-main-slider-controls .bx-pager.bx-default-pager a.active, .sat-main-slider-controls .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.sat-main-slider-controls .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    text-indent: -9999px;
    display: block;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.sat-main-slider-controls .bx-pager.bx-default-pager a:hover, .sat-main-slider-controls .bx-pager.bx-default-pager a.active, .sat-main-slider-controls .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.sat-main-slider-controls-cont{
    display: inline-block;
    padding-right:30px;
    padding-left:30px;
    position: relative;
}
.sat-main-slider-controls-right,
.sat-main-slider-controls-left{
    position:absolute;
    left:0;
    top:36px;
    font-size:0;
}
.sat-main-slider-controls-right a,
.sat-main-slider-controls-left a{
    display:block;
    background:transparent url(images/icon_arrow_left_white.png) no-repeat;
    height:20px;
    width:13px;
}
.sat-main-slider-controls-right{
    right:0;
    left:auto;
    background:transparent url(images/icon_arrow_right_white.png) no-repeat;
}
.sat-main-slider-controls-right a{
    background:transparent url(images/icon_arrow_right_white.png) no-repeat;
}
.sat-main-slide-content-text-cont{
    position:absolute;
    bottom:120px;
    left:calc(50% - 780px);
    color:#fff;
    z-index:2;
}
.sat-main-slide-content-text{
    max-width:720px;
}
.sat-main-slide-content-text h2{
    font-weight:900;
    font-size:3.818em;
    line-height:1.071em;
    margin:0 0 20px 0;
}
.sat-main-slide-content-text a{
    color:#fff;
}
.sat-main-slide-overlay{
    position:absolute;
    height:100%;
    width:100%;
    z-index:1;
    top:0;
    left:0;
}
.sat-content-brands .sat-contentsub-header p{
    font-size: 1.5em;
    Line-height: 1.364em;
    margin-bottom:80px;
}
.sat-content-brands .sat-contentsub-header h2 {
    font-size: 2.227em;
    Line-height: 1.163em;
}

.bxslider-brands-cont{
    padding-top:30px;
    margin:0 -210px;
}
.bxslider-brands-cont .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bxslider-brands-cont .bx-wrapper img {
    max-width: 100%;
    margin:auto;
    display:block;
    vertical-align: middle;
}
.bxslider-brands-cont .bx-wrapper .bx-next {
    right: -80px;
    background: url('images/icon_slider_arrow_right.png') no-repeat 0px 0px;
}
.bxslider-brands-cont .bx-wrapper .bx-prev {
    left: -60px;
    background: url('images/icon_slider_arrow_left.png') no-repeat 0 0;
}

.bxslider-brands-cont .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
}


/*.bxslider-brands-cont .bx-wrapper .bx-next:hover, .bxslider-brands-cont .bx-wrapper .bx-next:focus {
    background-position: 0;
}*/
.bxslider-brands-cont .bx-wrapper .bx-pager {
    display:none;
}
.bxslider-brands-cont .sat-brands-slider-logo{
    height:300px;
    vertical-align: middle;
    display: table-cell;
    width:300px;
}
/* Slider End */

/* Topimage */
.sat-topimage{
    height: calc(100% - 120px);
}
.sat-topimage.sat-page-service{
    height:100%;
}
.sat-topimage-mobile,
.sat-topimage-desktop{
    height:100%;
    min-height:100%;
    background-size: cover;
    background-position: center;
}
.sat-topimage-mobile{
    display: none;
}
/* Topimage End */

/* Newslist */
.sat-content-news-list{
    padding:80px 90px 0;
}
.sat-content-news-image-cont{
    margin:0 -90px;
}
.sat-content-news-image{
    font-size:0;
    line-height:0;
}
.sat-content-news-image img{
    max-width:100%;
}
.postimage img{
    max-width:100%;
}
.sat-content-news{
    margin-bottom:60px;
}
.sat-content-news-text{
    margin-bottom:30px;
}
.sat-content-news-text h2{
    margin-bottom:30px;
}
.sat-content-news-text h3{
    margin-bottom:20px;
}
.sat-content-news-text hr{
    border-top:3px solid #ddd;
    margin-top:20px;
    padding-bottom:20px;
}
.sat-content-news-header{
    margin-bottom:30px;
}
.sat-content-news-header h3{
    font-size: 0.955em;
    Line-height: 1.476em;
    font-weight: 600;
    margin:0 0 10px 0;
}
.sat-content-news-header h2{
    font-size: 1.682em;
    Line-height: 1.27em;
    font-weight: 900;
    margin: 0 0 10px 0;
    color: #dc0e15;
}
.sat-content-news-header h2 a{
    text-decoration: none;
    color: #dc0e15;
}
.sat-content-news-header span{
    font-size: 0.955em;
    Line-height: 1.476em;
    font-weight: 400;
}
.sat-content-news-credit{
    padding:10px 80px 0;
    font-size: 0.727em;
    Line-height: 1.125em;
}
.sat-contentsub-news{
    margin-top:120px;
}
.sat-contentsub-news h2 {
    font-size: 1.682em;
    Line-height: 1.27em;
}
/* Newslist End */

/* News Details */
.sat-news-details h1{
    color: #dc0e15;
}
.sat-content-news-details{
    padding:80px 80px 0;
}
.sat-content-news-details ul{
    margin:20px 0 20px 20px;
}
.sat-content-news-details p{
    margin:0 0 30px 0;
}
.sat-content-news-details-subline{
    font-weight:600;
    margin-bottom:30px;
}
.sat-content-news-details p.wp-caption{
    margin:0 -80px 30px;
    text-align: center;
    width:auto!important;
}
.sat-content-news-details p.wp-caption img{
    max-width:100%;
    height:auto;
}
.sat-content-news-details-text h3,
.sat-content-news-details-text h2{
    margin-bottom:30px;
}
.sat-content-news-details-text .wp-caption,
.sat-content-news-details-text img{
    max-width:100%;
    height:auto;
}
.all_news_button div a,
span.loadmore{
    color:#dc0e15;
    text-align: left;
    text-decoration: none;
    cursor:pointer;
    font-weight:600;
}
.all_news_button div,
.cont-loadmore{
    text-align: left!important;
    margin-left:-80px;
}
/* News Details End */


/* Contact Slideout */
.contact_wrapper_desktop .button {
    float: left;
    margin-bottom: 0px;
    width: 70px;
    height: 55px;
    right: 0px;
    top: 200px;
    background-color: #dc0e15;
    color: white;
    z-index: 1000;
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
}


.contact_wrapper_desktop {
    position: fixed;
    width: 70px;
    right: 0px;
    top: calc(50% - 80px);
    z-index: 1000;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: visible;
}
.contact_wrapper_desktop .c1 {
    background-image: url(images/c1.png);
    background-position: 17px 15px;
}
.contact_wrapper_desktop .c3, .contact_wrapper_mobile .c3 {
    background-image: url(images/c3.png);
}
.contact_wrapper_desktop .button:last-child {
    margin-bottom: 0px;
}
.contact_wrapper_desktop .c2 {
    background-image: url(images/c2.png);
    background-position: 17px 0px;
}

.contact_wrapper_desktop {
    z-index: 10000;
}
.contact_wrapper_desktop.open{
    right: 600px;
}
.c_buttons {
    width: 70px;
    background-color: white;
    float: left;
    box-shadow: -5px 0px 10px rgba(0,0,0,0.2);
}
.c_buttons {
    box-shadow: -2px 0px 10px rgba(0,0,0,0.6);
    cursor: pointer;
}
.contact_text{
    position:fixed;
    width:600px;
    height:100%;
    box-shadow: -2px 0px 10px rgba(0,0,0,0.2);
    top:0;
    right:-600px;
    background:#fff;
    z-index:1000;
    padding:200px 80px 0;
    display:block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact_text a{
    text-decoration: none;
}
.open .contact_text{
    right:0;
}
.contact_text h2 {
    font-size: 2.227em;
    Line-height: 1.163em;
    font-weight:200;
    margin:0 0 40px 0;
}
.contact_text i{
    display:block;
    width:20px;
    height:20px;
    position: absolute;
    top:60px;
    left:40px;
    background: transparent url(images/icon_cross.svg) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.contact_text a.more{
    display:inline-block;
    padding:5px 30px;
    border:1px solid #444;
    text-decoration: none;
    font-size: 0.727em;
    Line-height: 1.5em;
    font-weight:bold;
}

/* Contact Slideout End */


/* Footer */
footer{
    margin-top:80px;
    padding:40px 0px;
    border-top:2px solid #ddd;
    color:#999999;
    position:relative;
}
footer a{
    color:#999999;
    text-decoration:none;
}
.footer-social{
    width:calc(100% - 40px);
    position: absolute;
    text-align: center;
    z-index:1;
}
ul.footer-social,
ul.footer-partners,
ul.footer-sponsors{
    list-style:none;
}
ul.footer-social li{
    display:inline-block;
    font-size:0;
    padding:0 9px;
}
ul.footer-social li img{
    width:40px;
}
.footer-links-1,
.footer-links-2{
    width:200px;
    float:left;
    list-style: none;
    z-index:2;
    position:relative;
    margin-bottom:30px;
    font-weight:600;
    font-size: 0.955em;
    Line-height: 1.476em;
    margin-right:30px;
}
.footer-links-1 li,
.footer-links-2 li{
    margin-bottom:10px;
}
ul.footer-sponsors{
    clear:both;
    width:800px;
}
ul.footer-sponsors li{
    display:table-cell;
    padding-right:30px;
    height:80px;
    width:220px;
    text-align:left;
    vertical-align: middle;
}
ul.footer-sponsors li img{
    max-width:100%;
    vertical-align: middle;
}

ul.footer-partners li:first-child,
ul.footer-sponsors li:first-child{
    display:block;
    width:100%;
    margin-bottom:10px;
    font-weight:600;
    height:auto;
}

ul.footer-partners,
ul.footer-sponsors{
    float:left;
}
ul.footer-sponsors img{
    max-width:100%;
    height:auto;
}
.footer-copyright{
    padding-top:40px;
    font-weight: 400;
    font-size: 0.818em;
    Line-height: 1.333em;
    clear:left;
}
.footer-creator{
    float:right;
}
.footer-newsletter{
    float:right;
    width:480px;
    position: relative;
    margin-bottom:40px;
}
.footer-newsletter h5{
    font-size: 0.955em;
    Line-height: 1em;
    font-weight:400;
    margin-bottom:10px;
    font-weight:600;
}
.footer-newsletter-form-row{
    clear:both;
}
.footer-newsletter-form-row label{
    display:block;
    margin-bottom:5px;
    font-size: 0.818em;
    Line-height: 1.333em;
    font-weight:600;
}
.footer-newsletter-form-row span.error{
    color:#dc0e15;
    padding:10px 0 0;
    font-size: 0.682em;
    Line-height: 1.333em;
    display:none;
}
.footer-newsletter-form-row span.success{
    display:none;
}

.page-start footer {
    margin-top: 0px;
}
.footer-newsletter-form button {
    width: 168px;
    float: right;
    background-color: #999999;
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    color: #ffffff;
    font-size: 0.818em;
    Line-height: 1.333em;
    font-weight:700;
    display: block;
    height:36px;
}
.footer-newsletter-form input[type="email"] {
    width: calc(100% - 188px);
    float: left;
    border:1px solid #a0a0a0;
    font-size: 0.727em;
    Line-height: 1.5em;
    height:36px;
    padding:0 10px;
    color:#a0a0a0;
}
.footer-newsletter-form-info{
    padding-left:80px;
    position: relative;
    font-size: 0.682em;
    Line-height: 1.333em;
    padding-top:10px;
}
.footer-newsletter-form-info img{
    max-width:66px;
    position:absolute;
    left:0;
    top:22px;
}


footer .content{
    max-width:1600px;
    margin:auto;
    padding:0px 20px;
    position: relative;
}

/* Footer End */

/* Footer
footer{
    border-top:3px solid #dddddd;
    margin-top:120px;
    clear: both;
}
footer .content{
    max-width:1640px;
    margin:auto;
    padding:40px 20px;
}
footer .content ul{
    float:left;
    width:240px;
    list-style: none;
    margin:0;
    padding:0;
    margin-bottom:40px;
}

footer a{
    text-decoration: none;
    font-weight:500;
}
/* Footer End */

/* ETV@Home */
.sat-cont-clubity-button span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.sat-cont-clubity-button a {
    display: block;
    max-width: 300px;
    background: #d2d2d2;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    color: #dc0e15;
    text-decoration: none;
}
.sat-cont-clubity-button img {
    vertical-align: middle;
    height: 14px;
    width: auto;
    margin: 11px 0 0 6px;
    float: right;
}
/* ETV@Home End */

/* Disclaimer */
.disclaimer-info{
    background:#efefef;
    cursor:pointer;
    width:90%;
    max-width: 400px;
    padding:10px;
    display:block;
    margin: auto;
    font-size: 14px;
    text-align: center;
}
.disclaimer-container{
    position:fixed;
    z-index:100000;
    background-color: rgba(0, 0, 0, 0.8);
    color:#000;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
    overflow:auto;
    text-align:center;
}
.disclaimer-container-2{
    position:fixed;
    z-index:100000;
    background-color: rgba(0, 0, 0, 0.8);
    color:#000;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
    overflow:auto;
    text-align:center;
}

.disclaimer-content-info-2 .switch{
    float:right;
    border:1px solid #666;
    border-radius:10px;
    position:relative;
    cursor:pointer;
    font-size:10px;
    line-height:10px;
    padding:4px 10px 4px 20px;
    background:#ddd;
    opacity: 0.7;
}
.disclaimer-content-info-2 .disclaimer-content-info-detail-right-2 .switch{
    right:-5px;
    top:-2px;
}


.disclaimer-content-info-2 .switch.active{
    border:1px solid #5e8c49;
    background:#ddd;
    opacity: 1;
}
.disclaimer-content-info-2 .switch.active.disabled{
    cursor:inherit;
    opacity: 0.6;
}
.disclaimer-content-info-2 .switch.active.disabled span{
    cursor:inherit;
}
.disclaimer-content-info-2 .switch.active i{
    background:#5e8c49;
}
.disclaimer-content-info-2 .switch span{
    display:inline-block;
    color:#666;
}
.disclaimer-content-info-2 .switch span.active{
    display:none;
}
.disclaimer-content-info-2 .switch.active span.active{
    display:inline-block;
}
.disclaimer-content-info-2 .switch.active span.inactive{
    display:none;
}
.disclaimer-content-info-2 .switch span:hover{
    text-decoration: none;
}
.disclaimer-content-info-2 .switch i{
    border-radius:12px;
    background:#666;
    position:absolute;
    top:3px;
    left:3px;
    width:12px;
    height:12px;
}

.show-disclaimer .disclaimer-container{
    display:block;
}
.show-disclaimer .disclaimer-container-2{
    display:block;
}
body.show-disclaimer{
    position:fixed;
    width: 100%;
}
.disclaimer-content{
    background-color: rgba(255, 255, 255, 0.8);
    padding:20px 40px 40px 40px;
    border:1px solid #ccc;
    max-width:640px;
    width:calc(90% - 80px);
    margin: 50px auto;
    font-size:14px;
    line-height:18px;
    overflow:unset;
    top:calc(50% - 200px);
    position:relative;
}
.disclaimer-content-2{
    background-color: rgba(255, 255, 255, 1);
    padding:30px;
    border:1px solid #ccc;
    max-width:420px;
    width:calc(90% - 80px);
    margin: 50px auto;
    font-size:14px;
    line-height:18px;
    overflow:unset;
    top:calc(50% - 200px);
    position:relative;
    text-align: left;
}
.disclaimer-content-2 h2{
    margin-top:0;
    font-weight:600;
    margin-bottom:10px;
}
.disclaimer-content-scroll{
    height:150px;
    overflow-y:scroll;
    margin:0 -10px;
    padding:10px;

    /* These are technically the same, but use both
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever
  word-break: break-all;
  /* Instead use this non-standard one:
  word-break: break-word;*/

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.disclaimer-content .disclaimer-content-scroll h2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    color:#000;
}




.disclaimer-content-scroll ul{
    text-align:left;
    max-width:400px;
    margin:auto;
}
.disclaimer-content h2{
    font-size:22px;
    line-height:26px;
    margin-top:-90px;
}
.disclaimer-content button{
    display:inline-block;
    width:40%;
    margin-right:2%;
    cursor:pointer;
}
.disclaimer-content img{
    position:relative;
    top:-90px;
    width:140px;
}

.disclaimer-content-2 p.links{
    text-align:center;
    padding:5px 0;
}
.disclaimer-content-2 p.links span{
    cursor:pointer;
    color: #dc0e15;
}
.disclaimer-content-2 p.links span:hover{
    text-decoration: underline;
}
.disclaimer-content-2 .disclaimer-content-form-2{
    padding-top:10px;
}
.disclaimer-content-2 .disclaimer-content-form-2 input[type="checkbox"]{
    position:absolute;
    top:-10000px;
    left:-10000px;
}
.disclaimer-content-2 .disclaimer-content-form-2 input[type="checkbox"]:checked + label i{
    background:#666 url(images/icon_check.png) no-repeat 4px 4px;
    background-size:11px;
}
.disclaimer-content-2 .disclaimer-content-form-2 button{
    border:0;
    width:100%;
    padding:10px;
    margin-top:10px;
    cursor:pointer;
    font-size:18px;
    letter-spacing: 0.05em;
    font-weight:300;
    background-color:#ccc;
}
.disclaimer-content-2 .disclaimer-content-form-2 button.all{
    background: #333;
    color:#fff;
    margin-top:0;
}
.disclaimer-content-2 .disclaimer-content-form-2 label{
    display: inline-block;
    padding-left:30px;
    position: relative;
    line-height:20px;
    margin-right:20px;
    cursor: pointer;
    margin-bottom:20px;
}
.disclaimer-content-2 .disclaimer-content-form-2 label.disabled{
    cursor: inherit;
    opacity: 0.4;
}
.disclaimer-content-2 .disclaimer-content-form-2 label.disabled i{
    background:#666;
}
.disclaimer-content-2 .disclaimer-content-form-2 label i{
    display:block;
    height:20px;
    width:20px;
    border:1px solid #666;
    border-radius: 5px;
    position:absolute;
    top:0;
    left:0;
}
.disclaimer-content-infos-2{
    display:none;
}
.disclaimer-content-2.open .disclaimer-content-infos-2{
    display:block;
}
.disclaimer-content-2.open label{
    display:none;
}
.disclaimer-content-info-2{
    background:rgba(0,0,0,0.05);
    padding:10px;
    font-size:12px;
    margin-bottom:20px;
}
.disclaimer-content-info-2:last-child{
    margin-bottom:0px;
}
.disclaimer-content-info-2 h3{
    margin:0 0 10px 0;
}
.disclaimer-content-info-2 p{
    margin:0 0 20px 0;
}
.disclaimer-content-info-2.open .disclaimer-content-info-detail-2{
    display:block;
}
p.openlinks{
    margin-bottom:0;
}
.disclaimer-content-info-2.open p.openlinks{
    margin-bottom:10px;
}
.disclaimer-content-info-2.open span.off{
    display:block;
}
.disclaimer-content-info-2 span.off{
    display:none;
}
.disclaimer-content-info-2.open span.on{
    display:none;
}
.disclaimer-content-info-2 span.on{
    display:block;
}
.disclaimer-content-info-2 span{
    cursor:pointer;
    color: #dc0e15;
}
.disclaimer-content-info-2 span:hover{
    text-decoration: underline;
}
.disclaimer-content-info-2 p:last-child{
    margin-bottom: 0;
}
.disclaimer-content-info-detail-2{
    background:rgba(255,255,255,0.6);
    padding:10px;
    margin-bottom:10px;
    display:none;
}
.disclaimer-content-info-detail-2:last-child{
    margin-bottom:0px;
}
.disclaimer-content-info-detail-left-2{
    clear:left;
    font-weight:bold;
    width:calc(30% - 10px);
    float:left;
    padding:5px;
}
.disclaimer-content-info-detail-right-2{
    width:calc(70% - 10px);
    float:left;
    padding:5px;
}
.disclaimer-content-info-row-2:first-child{
    border-top:0px solid #999;
}
.disclaimer-content-info-row-2{
    border-top:1px solid #999;
}
/* Disclaimer End */

/* Tariffs */
.sat-content-tariffs{
    padding-top:80px;
}
.sat-content-tariffs h2{
    margin-bottom:30px;
    font-size: 1.682em;
    Line-height: 1.27em;
    font-weight: 600;
}
.sat-content-tariffs .infosPerson{
    display:none;
}
.sat-content-tariffs .sportsgroup{
    margin-bottom:40px;
}
.sat-content-tariffs .asc_headline{
    font-size: 1.5em;
    Line-height: 1.364em;
    font-weight: 600;
    margin-bottom:10px;
}
.sat-content-tariffs .cell3a{
    font-size: 1.5em;
    Line-height: 1.364em;
    font-weight: 600;
    margin-bottom:10px;
}
.sat-content-tariffs .kursdetails{
    border-bottom:3px solid #ddd;
    margin-bottom:20px;
    padding-bottom:20px;
}
/* Tariffs End */

/* Downloads */
.sat-content-downloads{
    padding-top: 80px;
}
.sat-download-cont{
    margin-top:20px;
    border-top:3px solid #dddddd;
    padding-top:30px;
    padding-left:40px;
    background: transparent url(images/icon_pdf.png) no-repeat left top 30px;
}
.sat-download-cont.sat-download-filetype-web{
    background: transparent url(images/icon_web.png) no-repeat left top 30px;
}
.sat-download-cont a{
    margin-bottom:30px;
    font-size: 0.955em;
    Line-height: 1.476em;
    font-weight: 600;
    margin-left:-40px;
    padding-left:40px;
    display:block;
    text-decoration: none;
    color:#db0e15;
}
.sat-download-cont:last-child{
    border-bottom:3px solid #dddddd;
}
.sat-contentsub-downloads{
    margin:120px -80px 0;
}
.sat-download-group h2{
    font-size: 1.682em;
    Line-height: 1.27em;
    font-weight:900;
}
.sat-contentsub-downloads h2 {
    font-size: 1.682em;
    Line-height: 1.27em;
}
.sat-contentsub-downloads .sat-content-downloads {
    padding-top: 40px;
}
/* Downloads End */

/* History */
.sat-history-nav{
    margin:0 -90px;
    font-weight:600;
}
.sat-history-nav a{
    text-decoration: none;
    color:#db0e15;
}
/* History End */

/* FAQs */
.sat-content-faqs{
    padding-top:80px;
}
.sat-faq-group:first-child{
    margin-top:0px;
}
.sat-faq-group{
    margin-top:60px;
}
.sat-faq-question-cont{
    margin-top:20px;
    border-top:3px solid #dddddd;
    padding-top:30px;
    padding-right:80px;
    background: transparent url(images/icon_arrow_down_dark.svg) no-repeat right top 38px;
}
.sat-faq-question-cont:last-child{
    border-bottom:3px solid #dddddd;
}
.sat-faq-question-cont.open{
    background: transparent url(images/icon_arrow_up_dark.svg) no-repeat right top 38px;
}
.sat-faq-group h2{
    font-size: 1.682em;
    Line-height: 1.27em;
    font-weight: 900;

}
.sat-faq-question{
    margin-bottom:30px;
    font-size: 0.955em;
    Line-height: 1.476em;
    font-weight: 600;
    cursor: pointer;
    margin-right:-80px;
    padding-right:80px;
}
.sat-faq-answer{
    display: none;
    padding-bottom:10px;
    max-width:780px;
    margin:auto;
}
.sat-faq-question-cont.open .sat-faq-answer{
    display: block;
}
/* FAQs End */

/* Persons */
.sat-content-persons{
    padding-top:80px;
    margin:0 -200px;
}
.sat-contentsub-persons .sat-content-persons{
    margin:0 -210px;
}
.sat-content-persons-group-col1.sat-pos-left{
    width:calc(100% - 660px);
    float:left;
    background:#efefef;
    min-height: 380px;
    line-height:0;
}
.sat-content-persons-group-col2.sat-pos-left{
    width:650px;
    float:left;
    padding-left:90px;
}
.sat-content-persons-group-col1.sat-pos-right{
    width:calc(100% - 640px);
    float:right;
    background:#efefef;
    min-height: 480px;
    line-height:0;
}
.sat-content-persons-group-col2.sat-pos-right{
    width:640px;
    float:left;
    padding-right:80px;
}
.sat-content-person-image{
    display:none;
}
.sat-content-person-image-default img,
.sat-content-person-image img{
    width:100%;
    height:auto;
}
.sat-content-persons-group-header h3{
    font-size: 1.682em;
    Line-height: 1.27em;
    font-weight:900;
}
.sat-content-person{
    margin-top:20px;
    padding-top:30px;
    border-top:3px solid #ddd;
}
.sat-content-person:last-child{
    border-bottom:3px solid #ddd;
}
.sat-content-persons-group{
    margin-bottom:60px;
}
.sat-content-person h4{
    font-size: 0.955em;
    Line-height: 1.476em;
    font-weight: 600;
    margin-bottom:30px;
    padding-right:40px;
    cursor: pointer;
}
.sat-content-person-details{
    display:none;
}
.sat-content-person.open .sat-content-person-details{
    display:block;
}
.sat-content-person:last-child.open .sat-content-person-details{
    padding-bottom:20px;
}
.sat-content-person-details a{
    text-decoration: none;
    font-weight:600;
}
.sat-content-person{
    background:transparent url(images/icon_arrow_down_dark.svg) no-repeat top 38px right;
    background-size:28px auto;
}
.sat-content-person.open{
    background:transparent url(images/icon_arrow_up_dark.svg) no-repeat top 38px right;
}
.sat-contentsub-persons{
    margin:120px 0 0;
}
.sat-contentsub-persons h2 {
    font-size: 1.682em;
    Line-height: 1.27em;
}
.sat-contentsub-persons .sat-content-persons {
    padding-top: 40px;
}
/* Persons End */

/* Newsletter */
.sat-contentsub-newsletter{
    margin:120px 0px 0;
}
.sat-contentsub-newsletter .f2_form h2.success {
    font-size: 24px;
    line-height:30px;
    text-align: left!important;
}

.sat-contentsub-newsletter .f2_form input[type="email"] {
    width: calc(100% - 225px);
    height: 51px;
}

a.link_extern::after{
    content: '';
    background: transparent url(images/arrow_link.png) no-repeat right center;
    display: inline-block;
    background-size: 50% auto;
    width: 27px;
    height: 16px;
    position: relative;
    left: -10px;
    top: 2px;
}
a.link_extern_map::after{
    content: '';
    background: transparent url(images/arrow_link_map.png) no-repeat right center;
    display: inline-block;
    background-size: 50% auto;
    width: 22px;
    height: 12px;
    position: relative;
    left: -6px;
    top: 1px;
}
.asc_button a.link_extern_map{
    padding-right:0;
}
a.link_extern_info::after{
    content: '';
    background: transparent url(images/arrow_link_map.png) no-repeat right center;
    display: inline-block;
    background-size: 50% auto;
    width: 22px;
    height: 12px;
    position: relative;
    left: -6px;
    top: 1px;
}

a.link_extern_red::after{
    content: '';
    background: transparent url(images/arrow_link_map.png) no-repeat right center;
    display: inline-block;
    background-size: 50% auto;
    width: 27px;
    height: 16px;
    position: relative;
    left: -10px;
    top: 2px;
}

/* Old Styles End */
.sat-faq-answer .row1{
    width:190px;
    float:left;
}
.sat-faq-answer .row2{
    width:calc(100% - 190px);
    float:left;
}
.bearchbg {
    background-image: url(../images/search_bg.jpg);
    background-position: bottom;
    background-size: cover;
    height: 100%; width: 100%;
}
.f_form_label{
    color:#808080;
    font-size: 13px;
}
.f_form_col_l div{
    color:#808080;
    font-size: 13px;
    line-height:18px;
}

.f_form_col_l .f_form_label{
    display:none;
}
.f_form input[type="checkbox"] {
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.f_form input[type="email"] {
    width: calc(65% - 40px);
    height: 13px;
    margin-top: 5px;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: dimgrey;
    padding: 15px!important;
}
.f_form_col_r span{
    width:100%;
    display:block;
    padding-top:4px;
}
.f_form_row{
    clear:left;
    width:100%;
    display:block;
}
.f_form{
    position:relative;
    margin-bottom:0;
}
.f_form button {
    width: 30%!important;
    float: right!important;
    margin-right: 0px!important;
    background-color: #b0072e!important;
    padding: 5px!important;
    text-align: center!important;
    border-radius: 50px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin-top: 5px!important;
    color: white!important;
    font-size: 12px!important;
    /* text-transform: uppercase; */
    font-weight: 600;
    line-height:26px!important;
    position:absolute;
    right:0;
    top:0;

    font-size: 16px!important;
    line-height: 25px!important;

    text-decoration: none!important;
    display: block!important;
    font-weight: 400!important;
    /* border: 1px solid #b5152b!important;
    color: #b5152b!important;
     background:transparent!important; */
    font-family: "Open Sans", sans-serif;

}
.f_form button:before {
    /*width: 25px;
    height: 25px;
    float: left;
    border-radius: 25px;
    background-color: none;
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 0px;
    background-image: url(images/plus.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: ''; */
}
.f_form h2{
    font-size: 14px;
    text-align: left!important;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0px;
}


.f_form button:hover {
    /*  background-color: #8c0725!important; */
}


.f2_form_label{
    color:#333;
    font-size: 14px;
}

.f2_form_col_l .f2_form_label{
    display:none;
}


.acs_indent .f2_form button {
    margin-top: 38px !important;
}
.acs_indent .f2_form{
    max-width:500px;
    margin:auto;
}

.acs_indent .f2_form_col_l .f2_form_label{
    display:block;
    padding:10px 0 0 2px;
}
.acs_indent .f2_form select,
.acs_indent .f2_form input[type="text"],
.acs_indent .f2_form input[type="date"],
.acs_indent .f2_form input[type="email"]{
    margin-top:0;
}
.acs_indent .f2_form{
    margin-bottom:60px;
}

.acs_indent .f2_form button {
    width: 100%!important;
    float: none!important;
    margin-right: 0px!important;
    background-color: #b0072e!important;
    padding: 5px!important;
    text-align: center!important;
    border-radius: 50px!important;
    padding-top: 14px!important;
    padding-bottom: 15px!important;
    margin-top: 5px!important;
    color: white!important;
    font-size: 12px!important;
    /* text-transform: uppercase;*/
    font-weight: 600;
    line-height:26px!important;
    position:static;
    right:0;
    top:0;

    font-size: 15px!important;
    line-height: 22px!important;
    /* color: #b5152b!important; */
    text-decoration: none!important;
    display: block!important;
    font-weight: 600!important;
    /* border: 1px solid #b5152b!important;
    background:transparent!important; */
    font-family: "Open Sans", sans-serif;
}

.f2_form input[type="checkbox"] {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.f2_form input[type="text"],
.f2_form input[type="date"],
.f2_form input[type="email"] {
    width: 100%;
    height: 24px;
    margin-top: 5px;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: dimgrey;
    padding: 15px!important;
}

.f2_form input[type="date"]::-webkit-input-placeholder::before {
    content:"Geburtsdatum / ";
}

.f2_form select {
    width: 100%;
    height: 24px;
    margin-top: 5px;
    float: left;
    font-weight: 400;
    height:56px;
    font-size: 20px;
    color: dimgrey;
    padding: 15px!important;
}
.f2_form_col_r span{
    width:100%;
    display:block;
    padding-top:4px;
}
.f2_form_row{
    clear:left;
    width:100%;
    display:block;
}
.f2_form{
    position:relative;
    margin-bottom:60px;
}
.f2_form_col_l div{
    color:#808080;
    font-size: 13px;
    line-height:18px;
}
.f2_form button {
    width: 25%!important;
    float: right!important;
    margin-right: 0px!important;
    background-color: #b0072e!important;
    padding: 5px!important;
    text-align: center!important;
    border-radius: 50px!important;
    padding-top: 14px!important;
    padding-bottom: 15px!important;
    margin-top: 5px!important;
    color: white!important;
    font-size: 12px!important;
    /* text-transform: uppercase;*/
    font-weight: 600;
    line-height:26px!important;
    position:absolute;
    right:0;
    top:0;

    font-size: 15px!important;
    line-height: 22px!important;
    /* color: #b5152b!important; */
    text-decoration: none!important;
    display: block!important;
    font-weight: 600!important;
    /* border: 1px solid #b5152b!important;
    background:transparent!important; */
    font-family: "Open Sans", sans-serif;
}
.f2_form button:before {
    /* width: 25px;
     height: 25px;
     float: left;
     border-radius: 25px;
     background-color: none;
     margin-top: 2px;
     margin-left: 10px;
     margin-right: 0px;
     background-image: url(images/plus.png);
     background-size: 100%;
     background-repeat: no-repeat;
     background-position: center;
     content: '';*/
}
.f2_form h2{
    font-size: 14px;
    text-align: left!important;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0px;
}


.f2_form button:hover {
    /* background-color: #8c0725!important; */
}
.f_seo{
    clear:both;
    font-size:12px;
    color:#808080;
    line-height:16px;
    border-top: 1px dotted silver;
    padding-top:10px;
    margin-bottom:10px;
    width:100%;
}
.f2_form input[type="text"], .f2_form input[type="date"], .f2_form input[type="email"] {
    width: 100%;
    height: 60px;
    margin-top: 5px;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: dimgrey;
    padding: 15px !important;
}
.answerbox{
    margin-bottom:30px;
}


/* Videowall */
.etv-videowall{
    background:#141414;
    padding-bottom:100px;
}
.etv-videowall .searchimage{
    height:850px;
}
.etv-videowall-header{
    width: 1150px;
    margin: auto;
    position: relative;
    padding-top: 160px;
    color:#fff;
}
.etv-videowall-category{
    color:#e5e5e5;
    width: 1150px;
    margin: 0 auto 10px;
    font-size:20px;
}
.etv-videowall-video-container{
    background:#000;
    position:relative;
    display:none;
    margin-top:-10px;
}
.etv-videowall-image{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    z-index:1;
    text-align:right;
    display:none;
}
.etv-videowall-image img{
    height:100%;
    width:auto;
}
.etv-videowall-image-shadow{
    background:transparent url(images/vw_video_shadow.png) top right no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    top: 0;
    background-size: auto 100%;
    background-position: top right;
}
.etv-videowall-video{
    max-width: 1150px;
    width:100%;
    margin: auto;
    position: relative;
    padding: 30px 0 100px;
    color:#d3cec2;
    z-index: 2;
}
.etv-videowall-video-container i{
    width:30px;
    height:30px;
    background:transparent url(images/vw_close.png) no-repeat;
    background-size:100% auto;
    position: absolute;
    right:60px;
    top:20px;
    cursor:pointer;
    z-index:10;
}
.etv-videowall-video .etv-videowall-headline{
    color:#d3cec2;
}
.etv-videowall-video-content{
    width:50%;
    position:relative;
    z-index:0;
}
.etv-videowall-video a.etv-videowall-play{
    background-color:#d42f27;
}

.etv-videowall-duration{
    font-weight:600;
    font-size:20px;
    margin:0 0 30px;
}
.etv-videowall-description{
    margin-bottom:20px;
}
h1.etv-videowall-headline{
    color:#fff;
    margin:0 0 20px;
}
.etv-videowall-header-content{
    width:50%;
}
.etv-videowall-logo img{
    max-width:200px;
    height:auto;
    margin-bottom: 10px;
}
a.etv-videowall-play{
    background:rgba(0,0,0,0.8) url(images/vw_play.png) no-repeat;
    background-size:14px auto;
    background-position:38px 16px;
    color:#fff;
    line-height:50px;
    padding:0 60px;
    border-radius: 25px;
    text-decoration:none;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}
.etv-videowall-slide{
    width:283px;
    height:160px;
    background:#000;
    cursor:pointer;
    overflow: hidden;
    position:relative;
}
.etv-videowall-slide:after{
    content:'';
    width:60px;
    height:60px;
    background:transparent url(images/etv-at-home_logo_2_neg.svg) no-repeat;
    top:5px;
    right:5px;
    position:absolute;
}
.etv-videowall-slide img{
    height:100%;
    width: auto;
}
.etv-videowall-sliders{
    position:relative;
    left:-10000px;
}
.etv-videowall-slide h3{
    font-size:12px;
    line-height:18px;
    padding:2px 10px 3px;
    background:transparent url(images/vw_video_title_bg.png) repeat-x;
    background-size:auto 100%;
    position:absolute;
    left:0;
    bottom:10px;
    color:#fff;
    font-weight:600;
    margin:0;
}
.etv-videowall-slide .frame{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    border:5px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:none;
}
.etv-videowall-slide.active .frame{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    border:5px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
}

.etv-videowall-slide i{
    background:transparent url(images/vw_slide_active.png) no-repeat;
    background-size:100%;
    width:20px;
    height:10px;
    right:calc(50% - 10px);
    bottom:-10px;
    position:absolute;
    display:none;
}

.etv-videowall-slide.active i{
    display: block;
}
.etv-videowall-slider-top{
    margin-top:-100px;
    z-index:100;
    position:relative;
    margin-bottom:50px;
}
.etv-videowall-slider-category{
    margin-bottom:30px;
    position:relative;
}
.etv-videowall-slider-category .etv-videowall-slider-container{
    padding-left:calc(50% - 580px);
}

.etv-videowall-slider-category .etv-videowall-category{
    margin-left:0;
    width:auto;
}
.etv-videowall-slider-category.first{
    margin-top:-100px;
}

.etv-videowall-slider{
    margin-top:0;
}
.etv-videowall .bx-wrapper{
    margin-bottom:0;
    background:transparent;
}
.etv-videowall .bx-viewport{
    padding-bottom: 10px;
    z-index:20;
}
.etv-videowall .bx-wrapper .bx-controls-direction a{
    background:rgba(0,0,0,0.4) url(images/vw_slide_arrow_right.png) center center no-repeat;
    background-size:60%;
    margin-top:0;
    height:160px;
    width:100px;

}
.etv-videowall .bx-wrapper .bx-controls-direction a.bx-prev{
    background:rgba(0,0,0,0.4) url(images/vw_slide_arrow_left.png) center center no-repeat;
    background-size:60%;
    left:0;
}
.etv-videowall .bx-wrapper .bx-controls-direction a.bx-next{
    right:0;
}
.etv-videowall .slideroverlay2{
    background:transparent url(images/vw_top_shadow.png) top left repeat-x;
    background-size:auto 100%;
}
.etv-videowall-error{
    background:#ba0617;
    background: radial-gradient(circle farthest-side at center bottom,#b7183c,#61081d 125%) !important;
    color:#FFF;
    padding:200px 0;
}
.etv-videowall-error h1{
    margin-bottom:30px;
    color:#FFF;
}
.etv-videowall-error .cont-clubity-button{
    float:none;
}
.etv-videowall-slider-category .bx-wrapper .bx-controls-direction a {
    top: 0%;
}

.formPasswort{
    border:1px solid #ddd;
    padding:40px;
    margin:80px auto;
    max-width:600px;
}
.formPasswort p:first-child{
   margin-bottom: 20px;
}
.formPasswort label{
    display:block;
    margin-bottom:30px;
    width:100%;
}
.formPasswort input[type="password"]{
    height: 50px;
    margin-top: 5px;
    color: dimgrey;
    padding: 10px 10px;
    border-radius: 2px;
    border: 1px solid rgb(216, 222, 228);
    margin:5px 0 0 10px;
    width:calc(100% - 120px);
}

.formPasswort input[type="submit"]{
    font-size: 0.955em;
    Line-height: 1.476em;
    color:#fff;
    display: block;
    background: #db0d15;
    max-width:320px;
    width:100%;
    padding:15px 0;
    text-align: center;
    text-decoration:none;
    font-weight:600;
    margin:auto;
}

.slideroverlay2 {
    height: 100%;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    background-color: rgba(140, 7, 37, 0.8);
}
.etv-videowall-sliders .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    height: 100%;
    margin-bottom: 40px;
}
.searchimage {
    margin-top: 0px;
    position: relative;
    background-color: black;
    height: 600px;
    overflow: hidden;
}

/* Old Styles End */
@media screen and (max-width: 1560px) {
    .sat-main-slide-content-text-cont {
        padding:0 40px;
        left:0;
        width:100%;
    }
    .bxslider-brands-cont{
        margin:0 0px;
    }
    .bxslider-brands-cont .bx-wrapper .bx-next {
        right: -40px;
    }
    .bxslider-brands-cont .bx-wrapper .bx-prev {
        left: -20px;
    }
}


@media screen and (max-width: 1360px) {
    .footer-newsletter {
        float: none;
    }
    .footer-social {
        text-align: right;
    }
    .sat-contentsub-persons,
    .sat-contentsub-downloads,
    .sat-content-persons {
        margin-left:0;
        margin-right:0;
    }
    .sat-content-persons-group-col1.sat-pos-left{
        width:calc(100% - 480px);
        min-height: 320px;
    }
    .sat-content-persons-group-col2.sat-pos-left{
        width:480px;
    }
    .sat-content-persons-group-col1.sat-pos-right{
        width:calc(100% - 480px);
        min-height: 320px;
    }
    .sat-content-persons-group-col2.sat-pos-right{
        width:480px;
    }
}



@media screen and (max-width: 1200px) {
    .sat-contentsub-persons {
        margin: 120px 0px 0;
    }
    .sat-contentsub-persons .sat-content-persons {
        margin: 0;
    }
}



@media screen and (max-height: 960px) {
    .sat-main-slide-content-text h2 {
        font-size: 2.227em;
        Line-height: 1.163em;
    }
}


@media screen and (max-height: 880px) {
    .contact_text {
        padding: 100px 40px 0;
    }
    .contact_text p {
        overflow-y: auto;
        max-height: calc(100% - 100px);
        margin-right:-20px;
        padding-right:20px;

    }
}

@media screen and (max-height: 600px) {
    .contact_text h2 {
        font-size: 1.682em;
        Line-height: 1.27em;
    }

    .sat-main-slider-controls {
        bottom: 20px;
    }
    .sat-main-slide-content-text-cont {
        bottom: 60px;
    }
    body,html{
        font-size:18px;
    }

    .sat-main-slider-controls-right, .sat-main-slider-controls-left {
        top: 30px;
    }



}

#CF614ecf3e97554_1-row-1,
#CF614ecf3e97554_1-row-2,
#CF614ecf3e97554_1-row-3,
#CF614ecf3e97554_1-row-4{
    border:1px solid #ccc;
    padding:30px 20px 20px;
    margin-bottom:40px;
    position:relative;
}
#CF614ecf3e97554_1-row-1 h3,
#CF614ecf3e97554_1-row-2 h3,
#CF614ecf3e97554_1-row-3 h3,
#CF614ecf3e97554_1-row-4 h3{
    display:inline-block;
    position:absolute;
    margin:0;
    padding:5px 20px;
    background:#fff;
    top:-52px;
    left:0px;
    font-size:18px;
    font-weight:600;
}
.caldera-grid label{
    font-weight:600;
    font-size:16px;
}
#fld_5144240_1{
    font-size: 0.955em;
    Line-height: 1.476em;
    color:#fff;
    display: block;
    background: #db0d15;
    max-width:320px;
    width:100%;
    padding:15px 0;
    text-align: center;
    text-decoration:none;
    font-weight:600;
    margin:auto;
}
#caldera_form_1{
    padding-top:60px;
}
#caldera_form_1 .help-block,
#caldera_form_1 .parsley-required{
    font-size:14px;
    line-height:14px;
}
#fld_1349911_1-wrap{
    padding-top:89px;
}
#caldera_form_1.caldera-grid label{
    font-weight:400;
}
#fld_4916496_1-wrap button{
    display:none;
}
#fld_4353151_1-wrap{
    margin:-30px 0 20px;
}
#CF614ecf3e97554_1-row-6{
    text-align: right;
    font-size:14px;
}
#fld_1345999_1-wrap div{
    position: relative;
}
#fld_1345999_1-wrap div #fld_1345999Caption{
    position: absolute;
    display: block;
    background:#999;
    color:#fff;
    width:34px;
    height:34px;
    line-height: 34px;
    text-align: center;
    right:0;
    top:0;
    z-index:10;
    cursor: pointer;
    margin:0;
    font-weight: 600;
    font-size:19px;
    display:none;
}
.cf2-list-files{
    list-style: none;
    padding-left:0;
    margin-top:0px;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data{
    margin-top:-30px!important;
}
.cf2-field-group{
    padding: 10px;
    background: #efefef;
    position: relative;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove{
    float:right!important;
    text-decoration: none!important;
    font-size:22px!important;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove::after{
    text-decoration: none!important;
}
.caldera-grid .form-control.cf2-file .btn{
    background:#ccc!important;
    border: thin solid #ccc!important;
    color:#333!important;
}
.cf2-file-name.file-name{
    font-size:16px!important;
}
#caldera_form_1 .cf2-file-extra-data .help-block {
    font-size: 13px;
    line-height: 19px;
}
.caldera-grid .alert-success {
    background-color: #fff!important;
    border-color: #fff!important;
    color: #333!important;
    text-align:center;
}
#cf2-fld_4916496_1,
#cf2-fld_4304100_1,
#cf2-fld_9087025_1{
    display:none;
}

@media screen and (max-width: 1120px) {
    #fld_1349911_1-wrap {
        padding-top: 79px;
    }
}

@media screen and (max-width: 768px) {
    #fld_1349911_1-wrap{
        padding-top:0px;
    }
    .etv-videowall-video{
        padding-top:0px;
    }
    .etv-videowall-error{
        padding:100px 0;
    }
    .etv-videowall-error h1{
        font-size:30px;
        line-height:36px;
    }

    .etv-videowall .searchimage{
        display:none;
    }
    .etv-videowall-video-content{
        width:75%;
    }
    .etv-videowall-slider-category.first{
        margin-top:0px;
        padding-top:100px;
    }
    .etv-videowall-video{
        padding-bottom:20px;
    }
    .etv-videowall-image-shadow {
        /*    background: transparent url(images/vw_video_shadow.png) top no-repeat;
            background-size: auto 100%;
            background-position-x: 800px;
            background:none;
        */
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+75&1+0,0+75 */
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    }

    .etv-videowall h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom:10px;
        padding-top:10px;
    }
    .etv-videowall-duration{
        font-size:18px;
    }

    .etv-videowall-slider-category .etv-videowall-category{
        padding-left:20px;
    }
    .etv-videowall-video-content{
        padding:20px;
    }
    .etv-videowall-video-container i {
        width: 20px;
        height: 20px;
        right: 20px;
        top: 25px;
    }
    .etv-videowall{
        padding-bottom:20px;
    }
    .award {
        float:none;
        display:block;
        margin-right:auto;
        margin-left:auto;

    }
    .foot_awards img,
    .foot_projects img{
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1080px) {
    .bxslider-brands-cont {
        max-width: 95%;
        margin: auto;
    }
}
@media screen and (max-width: 580px) {
    .bxslider-brands-cont{
        max-width:90%;
        margin:auto;
    }
    .sat-contentsub-newsletter .f2_form input[type="email"] {
        width: 100%;
    }

    .sat-contentsub-newsletter .f2_form button{
        width:100%!important;
        position: static;
    }

    .etv-videowall .bx-wrapper .bx-controls-direction a {
        height: 84px;
        width: 50px;
    }

    .etv-videowall-slide {
        width: 140px;
        height: 84px;
    }
    .sat-menu-mobile-sub-cont ul, .sat-menu-sub-cont ul{
        width:100%;
    }
    .sat-main-slide-content-text h2 {
        font-size: 1.682em;
        Line-height: 1.27em;
    }
}

@media screen and (max-width: 740px) {
    .sat-buttons .sat-button{
        margin-bottom: 20px;
    }
    .sat-content-news-credit{
        padding: 10px 0px 0;
    }
}




/* Alte Styles End */
@media screen and (max-width: 980px) {

    .sat-content-news-details p.wp-caption {
        margin: 0 0 30px;
    }

    .sat-content-persons-group-col1.sat-pos-right,
    .sat-content-persons-group-col1.sat-pos-left{
        display:none
    }

    .sat-content-persons-group-col2.sat-pos-right,
    .sat-content-persons-group-col2.sat-pos-left{
        width:100%;
        float:none;
        padding: 0px;
    }


    .sat-main-slide-content-text h2 {
        font-size: 2.227em;
        Line-height: 1.163em;
    }
    .sat-menu-members{
        display:none;
    }
    .contact_wrapper_desktop{
        display:none;
    }
    .sat-content-news-details{
        padding: 40px 0px 0;
    }
    footer {
        margin-top: 40px;
        padding: 40px 0px;
    }
    .footer-links-1, .footer-links-2 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .footer-social {
        width: 100%;
        position: static;
        text-align: left;
        margin-bottom:20px;
    }
    .footer-newsletter {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    ul.footer-sponsors li {
        display: block;
        padding-right: 0px;
        margin-bottom:10px;
        font-size: 0.955em;
        Line-height: 1em;
    }
    ul.footer-sponsors{
        margin-bottom:20px;
    }
    .sat-menu-mobile-sub-cont,
    .sat-menu-sub-cont {
        padding: 80px 40px 40px;
    }
    .sat-menu-mobile-sub-cont i,
    .sat-menu-sub-cont i {
        top: 20px;
        left: 40px;
    }
    .sat-menu-mobile-sub-cont ul li a,
    .sat-menu-sub-cont ul li a {
        font-size: 1.5em;
        Line-height: 1.364em;
    }
    .sat-menu-mobile-sub-cont ul li,
    .sat-menu-sub-cont ul li {
        margin-bottom: 10px;
    }
    .sat-menu-mobile-sub-cont ul ul li a,
    .sat-menu-sub-cont ul ul li a {
        font-size: 1em;
        Line-height: inherit;
    }
    ul.footer-sponsors{
        width:100%;
    }

}

@media screen and (max-width: 580px) {
    .sat-faq-answer .row1,
    .sat-faq-answer .row2{
        width:100%;
        float:none;
    }
    .sat-content {
        padding: 140px 20px 80px;
    }


    .sat-content.sat-page-service {
        padding: 60px 20px 80px;
    }

    /* Disclaimer */
    .disclaimer-content button{
        width:100%;
        margin-bottom:20px;
    }
    .disclaimer-content{
        top:70px;

    }
    .disclaimer-content{
        padding:10px 20px 20px 20px;
        width:calc(90% - 40px);
        margin: 20px auto;
    }
    /* Disclaimer End */

    body,html{
        font-size:18px;
    }
    .sat-main-slide-content-text-cont {
        padding:0 20px;
    }
    .sat-content-news-list {
        padding: 40px 20px 0;
    }
    .sat-content-news-image-cont {
        margin: 0 0px;
    }
    .sat-menu-main{
        display:none;
    }
    .sat-menu-cont {
        height: 70px;
    }
    header .logo {
        padding-top: 20px;
    }
    .sat-main-slider-controls-right, .sat-main-slider-controls-left {
        top: 30px;
    }
    .sat-menu-mobile-main{
        display:block;
    }
    .all_news_button div,
    .cont-loadmore{
        margin-left:0px;
    }
    .sat-faq-answer {
        padding-left: 0px;
    }
    .sat-faq-question-cont {
        padding-right: 40px;
    }
    .sat-faq-question {
        margin-right: -40px;
        padding-right: 40px;
    }

    .sat-topimage {
        height: calc(100% - 75px);
        margin-top: -45px;
    }

    .sat-topimage.sat-page-service{
        height: 100%;
        margin-top: 0px;
    }

    .sat-button,
    a.sat-button{
        width:100%;
        max-width: 100%;
    }

}







