/*
Theme Name: ASC Göttingen
Author: KHH
Description: 
Version: 0.0.1
Tags: 
*/

@import 'css/normalize.css';
@import 'css/style_asc.css';

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/******* header start **************/
header {
	position:fixed; 
	top:0px; 
	overflow: visible;
	z-index:100000;
	width: 100%;
	height: 130px;
	background-color: white;
	float: left;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	}

/*Das ist das Menü oben links, also der Inhalt von diesem Menü*/
.menu_v4{
    font-size:22px;
}
.menu_v4 ul ul{
    margin-bottom:30px;
}
.menu_v4 ul ul ul{
    margin-bottom:0;
}
.menu_v4 ul ul{
    display:none;
}
.menu_v4 .header-menu-left {
    font-size: 16px;
    Line-height: 18px;
    padding-top: 30px;
    width: 50%;
    float: left;
    padding-left: 20px;
}
.menu_v4 .hamburger::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #444;
}
.menu_v4 .hamburger {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 9px;
    margin-right: 12px;
    border-top: 3px solid #444;
    border-bottom: 3px solid #444;
    top: 1px;
    cursor: pointer;
}

.menu_v4 a.header-button-member{
    position:absolute;
    right:20px;
    top:0;
    width:160px;
    height:40px;
    background:#dc0e15;
    color:#fff;
    text-decoration: none;
    text-align:center;
    line-height:38px;
    font-weight:600;
    display: block;
    font-size:16px;
    padding-top:20px;
}
.menu_v4 a.header-button-member:hover{
    color:#fff;
}
.menu_v4 .sat-menu-mobile-sub-cont, .menu_v4 .sat-menu-sub-cont {
    display: none;
    background: #12599e;
    color: #fff;
    position: absolute;
    top: 0;
    min-height: 100%;
    width: calc(50% - 310px);
    min-width:500px;
    z-index: 100000;
    padding: 160px;
}

.menu_v4 .sat-menu-mobile-sub-cont i, .menu_v4 .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;
    background-size: auto 11px;
    display: block;
    font-style: normal;
    font-size: 0.727em;
    Line-height: 1em;
    padding-left: 20px;
}

.menu_v4 .sat-menu-mobile-sub-cont ul li h3, .menu_v4 .sat-menu-sub-cont ul li h3 {
    font-size: 1.682em;
    Line-height: 1.27em;
    display: block;
    margin:0 0 10px;
    font-weight: 400;
    padding-right:30px;
    padding-bottom:10px;
}
.menu_v4 .sat-menu-mobile-sub-cont ul li h4, .menu_v4 .sat-menu-sub-cont ul li h4 {
    font-size: 1.5em;
    Line-height: 1.364em;
    display: block;
    margin:0 0 10px;
    font-weight: 200;
    padding-right:30px;
}
.menu_v4 .sat-menu-mobile-sub-cont ul li li li a, .menu_v4 .sat-menu-sub-cont ul li li li a {
    font-size: 1.182em;
    Line-height: 1.308em;
    display: block;
    margin:0 0 10px;
    font-weight: 200;
}
.menu_v4 .sat-menu-mobile-sub-cont a, .menu_v4 .sat-menu-sub-cont a {
    color: #fff;
    text-decoration: none;
}
.menu_v4 .sat-menu-mobile-sub-cont ul.sat-menu-col, .menu_v4 .sat-menu-sub-cont ul.sat-menu-col {
    list-style: none;
    width: 468px;
    margin: 0 72px 0 0;
    float: left;
    padding: 0;
}
.menu_v4 .sat-menu-mobile-sub-cont ul, .menu_v4 .sat-menu-sub-cont ul {
    list-style: none;
    padding: 0;
}
header.menu_v4 ul li:hover {
    color: #ffffff !important;
}
header.menu_v4  .asc_wrapper{
    max-width:1440px;
    width:100%;
}
.wrapper.menu-open{
    overflow: auto;
}
.menu_v4 .sat-submenu-main ul {
    display: none;
}
.menu_v4 h4.has-childs,
.menu_v4 h3.has-childs {
    background: transparent url(images/icon_arrow_down.svg) no-repeat top 16px right;
    background-size: auto;
    background-size: 28px auto;
    cursor:pointer;
}
.menu_v4 h4.has-childs.open,
.menu_v4 h3.has-childs.open {
    background: transparent url(images/icon_arrow_up.svg) no-repeat top 16px right;
}
.menu_v4 li.open ul {
    display: block;
}
.menu_v4 li.open ul ul {
    display: none;
}
.menu_v4 li {
    float:none;
}
.menu_v4 .header-menu-language{
    font-size:16px;
    line-height:18px;
    font-size: 16px;
    line-height: 18px;
    width: 155px;
    position: absolute;
    right: 210px;
    top: 30px;
    background:transparent url(images/icon_menu_arrow_down.svg) no-repeat right top 5px;
}
.menu_v4 .header-menu-language ul{
    list-style:none;
    padding-left: 10px;
    display: inline-block;
    position: absolute;
    right:20px;
    top:0;
    margin:0;
    cursor:pointer;
}
.menu_v4 .header-menu-language ul li:last-child{
    display:none;
    padding-top:4px;
}
.menu_v4 .header-menu-language ul li a{
    color:#000;
}
.menu_v4 .header-menu-language ul:hover li:last-child{
    display:block;
}
header.menu_v4 .header-menu-language ul li:hover {
    color: inherit !important;
}

/*
header.menu_v4 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 100000;
    width: 100%;
    height: 130px;
    background-color: white;
    float: none;
}
*/



/* .smaller bezeichnet den header, wenn man scrollt, nicht den header auf dem handy etc*/
header.smaller {
	height: 70px;
	}

 header.smaller .menu{
	 top:5px;
	}       
        
header .left {
	/*float: left;*/
        margin-left: 40px;
       
	}

header .menu.right {
	/*float: right;*/
         right:0;
         left:auto;
	}
        
        header .menu.right.de {
	 right:-100px;
	}
        
        header .menu.right.de2 {
	 right:-34px;
	}

header .menu {
	font-weight: 600;
	margin-top: 0px;
        position:absolute;
        top:84px;
        left:0;
	text-transform: uppercase;
	z-index: 1000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
header .menu ul{
    list-style: none;
    margin:0;
    padding:0;
}


header .menu .submenu{
     display:none;
     padding-top:60px;
}


header .menu ul ul{
   
    position:absolute;
    z-index:100;
    min-width:200px;
    margin-left:40px;
    -moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');        
}
header .menu.left ul ul{
    margin-left:0px;
}

header .menu.right ul ul li,
header .menu.left ul ul li{
    background-color:#fff;
    padding:0 20px;
    margin:0;
    display:block; 
}
header .menu.right ul ul li:first-child,
header .menu.left ul ul li:first-child{
    padding-top:20px;
}
header .menu.right ul ul li:last-child,
header .menu.left ul ul li:last-child{
    padding-bottom:20px;
}
header .menu.right ul ul li a,
header .menu.left ul ul li a{
   display:block;
   text-align: left;
   width:100%;
   margin:0;
   color:#303030;
   line-height: 30px;   
}
header .menu.right ul ul li a:hover,
header .menu.left ul ul li a:hover{
   color:#12599e;
}

header .menu.right ul ul:before,
header .menu.left ul ul:before{
    content:"";
    position: absolute;
    height: 0px;
    width: 0px;
    top: -17px;
    left: 30px; /* 1px buffer for zooming problems while rendering*/
    /*border: 15px solid #fff;
    border-top-color:    transparent;
    border-right-color:  transparent;
    border-left-color:   transparent;
    border-style: solid;  */
    height: 30px;
    width: 30px;
    top:0;
    background:#fff;
    -webkit-transform: translateY(-15px) rotate(45deg);
     -moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 1px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');   
        z-index:0;
}
header .menu.right ul ul:after,
header .menu.left ul ul:after{
    content:"";
    position: absolute;
    height: 0px;
    width: 0px;
    top: -17px;
    left: 20px; /* 1px buffer for zooming problems while rendering*/
    /*border: 15px solid #fff;
    border-top-color:    transparent;
    border-right-color:  transparent;
    border-left-color:   transparent;
    border-style: solid;  */
    background:#fff;
    height: 20px;
    width: 50px;
    top:0;
    z-index:1;
}

header .menu ul li:hover .submenu{
    display:block;
}
header .menu ul li{
    display:inline-block;
    padding-right:40px;
}
header .menu.right ul li{
    display:inline-block;
    padding-right:0px;
}
header .menu ul li:last-child{
    padding-right:0px;
}
header.smaller .menu {
	margin-top: 30px;
	}

        #mnu_member{
			background:#00549c;
			color:#fff;
			padding:5px 10px;
			margin-left:20px;
		}
        
header .menu a {
	margin-right: 40px;
        margin-right: 0px;
	color: #00549c;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
        
        
        header .menu.right a {
	margin-left: 40px;
        margin-right: 0px;
	color: #00549c;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align:right;
	}

header .menu a:last-child {
	margin-right: 0px;
	}

/*        
header .asclogo {
	width: 157px;
	height: 157px;
	margin-top: 16px;
	float: both;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
*/

header .asclogo {
	width: 157px;
	height: 157px;
	position:absolute;
        top:0px;
        left:50%;
        margin-left:-78px;	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}


header .asclogo img {
	width: 100%;
	height: 100%;
	}

header.smaller .asclogo {
	width: 85px;
	height: 85px;
	margin-top: 6px;
        margin-left:-47px;
	}

header .mobile_nav {
	display: none;
	}

header .language_icon {
	width: 22px;
	height: 22px;
	background-image: url(images/en_icon.png);
	background-size: contain;
        float:right;
        margin-top: -3px;
	}
        
header .mobile_nav  .language_icon{    
        position:absolute;
        right:30px;
        top:30px;
}      

header .nav_icon {
	width: 28px;
	height: 28px;
	float: left;
	background-image: url(images/nav_icon.png);
	background-size: contain;
        position:absolute;
        left:30px;
        top:30px;
	}

/******* header end **************/

/******* slider start **************/

.slider {
	margin-top: 130px;
	position: relative;
	background-color: black;
	height: auto !important;
	overflow: hidden;
	}

.slideroverlay {
	height: 500px; 
	width: 100%; 
	/* background-image:url(images/slider_overlay.png);  */
        background-color:rgba(0,0,0,0.4);
        background-image:none;
	background-repeat: repeat-x; 
	background-position: bottom; 
	position: absolute; 
        bottom:50px;
        bottom:0px;
        height: 100%; 
	}

.slider_video .slideroverlay {
	background-image:url(images/btn_play.png);
        background-repeat: no-repeat;
	background-position: center; 
	}
        
.slidernav_left {
	height: 60px; 
	width: 60px; 
	position: absolute; 
	margin-top: 550px; 
	left: 50px; 
	}

.slidernav_right {
	height: 60px; 
	width: 60px; 
	position: absolute; 
	margin-top: 550px; 
	right: 50px; 
	}

.slidernav_left a {
	width: 100%; 
	height: 100%; 
	display: block; 
	background-image: url(images/nav_left.png); 
	background-size: contain; 
	opacity: 0.5;
	}

.slidernav_right a {
	width: 100%; 
	height: 100%; 
	display: block; 
	background-image: url(images/nav_right.png); 
	background-size: contain; 
	opacity: 0.5;
	}

.slidernav_left a:hover {
	opacity: 1.0;
	}

.slidernav_right a:hover {
	opacity: 1.0;
	}

.slide a {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	display: block; 
	z-index: 0;         
	}

.sliderpager {
	height: 30px; 
	position: absolute; 
	width:100%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 660px; 
	text-align: center;
	}

.sliderpager a {
	background-color: rgba(255, 255, 255, 0.3); 
	border-radius: 10px; 
	position: relative; 
	font-size: 1px; 
	width: 11px; 
	height: 11px;  
	margin-right: 8px; 
	display: inline-block;
	}

.sliderpager .active {
	background-color:rgba(255, 255, 255, 0.8);
	}

.slide1 {
	background-image: url(images/slide.jpg); 
	background-position: center; 
	background-size: cover; 
	height: 100%; width: 100%;
	}

.slidertext {
	width: 800px; 
	margin-left:auto; 
	margin-right: auto;
	float: both; 
	position: relative;
	}

.slidertext a {
	margin-top: 510px; 
	height: auto; 
	width: calc(100% - 100px); 
	padding-left: 50px; 
	padding-right: 50px; 
	color: white; 
	text-align: center; 
	z-index: 10; 
	text-decoration: none; 
	font-size: 16px; 
	line-height: 20px; 
	text-shadow: 1px, 1px, 3px, rgba(0, 0, 0, 1.0); 
	display: block;
	}

.slidertext a span {
	font-size: 30px; 
	font-weight: 700; 
	line-height: 50px;
	}


/******* slider end **************/

/******* custom start **************/
.asc_footer .f_navrow a{
    text-transform: uppercase;
}
.sportsgroup .cell3a{
    font-weight:bold;
}
.bearchbg{
background-image: url(images/img_big.jpg);
}
.bearchbg.coronabg{
background-image: url(images/img_big_2.jpg);
}
.coronatxt{
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 100px;
    width:90%;
}
.coronatxt span{
    display:block;
    margin-bottom:10px;
}
.kursdetails{
    display:none;
}
.tariffs{
    border-top: 1px solid #ccc;
    padding:20px 0;
    margin-top:0px;
    clear:both;
    width:100%;
}

.postimage.half img{
    width:50%;
    height:auto;
}

.postimage img {
    margin: 0 0 1px;
}
.postimage {
    line-height:0;
    font-size:0;
}
.asc_post {
     min-height:0;    
}
.columl_third_content {
    margin-left: 50px;
}
.grey_box .mapbutton{
    margin-left: -2px; 
    display:block;
    position:relative;
}

.mapbutton-de {
    background-image:url(images/map_bt.png);
}
.mapbutton-en {
    background-image:url(images/map_bt_en.png);
}

header .mobile_nav {
    margin-top: -2px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0;
}
.bx-wrapper {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #ccc;
}


.bx-wrapper .bx-controls-direction a {
    height: 60px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 60px;
    z-index: 9999;
    top:auto;
    bottom:110px;
    margin-top:0;
}
.bx-wrapper .bx-prev {
    background: transparent url("images/nav_left.png") top left;
    background-size: contain;
    display: block;
    height: 100%;
    opacity: 0.5;
    width: 100%
}
.bx-wrapper .bx-prev:hover {
    opacity: 1;
}
.bx-wrapper .bx-next {
    background: transparent url("images/nav_right.png") top left;
    background-size: contain;
    display: block;
    height: 100%;
    opacity: 0.5;
    width: 100%
}
.bx-wrapper .bx-next:hover {
    opacity: 1;
    background-position: 0;
}
.bxslidetext{
    bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 80px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 10;
}
.bxslidetext-cont{
    width:70%;
    margin:auto;
}
.bxslidetext span {
   font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 20px;
    display: inline-block;
}
.bx-wrapper {
    margin-bottom: 0px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 50px;
    position: absolute;
    width: 100%;
}
.teaserContainer{
    height: 720px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
   
    background-color: rgba(255, 255, 255, 0.3);
}

.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-color: rgba(255, 255, 255, 0.8);
}

.submenu1 li a{
    color:#333;
}
.teaserContainerVideo{
    height:100%;
    width:100%;
    background:#000;
}
header .menu .subsubmenu{
     position:absolute;
     top:0;
     right:0;
}
header .menu .subsubmenu{
     position:absolute;
     top:0;
     right:0;
     display:none;
     height:100%;
     background:#ebebeb;
     z-index:100;
}

header .menu ul li ul li:hover .subsubmenu{
    display:block;
}

header .menu .subsubmenu ul{
    min-height:100%;
    background:#ebebeb;
     z-index:100;
}
header .menu .subsubmenu ul.subsubmenu2{
    margin-left:208px;
}
header .menu .subsubmenu ul.subsubmenu3{
    margin-left:408px;
}
header .menu.right .subsubmenu ul li,
header .menu.left .subsubmenu ul li{
  font-size:13px;
  line-height:20px;
  background:#ebebeb;
}
header .menu.right .subsubmenu ul li a,
header .menu.left .subsubmenu ul li a{
  font-size:13px;
  line-height:20px;
}



header .menu.right ul ul ul::before, header .menu.left ul ul ul::before {
    box-shadow: none;
    transform: none;  
    background:#ebebeb;
    display:none;
}

header .menu.right ul ul ul::after, header .menu.left ul ul ul::after {
    background:#ebebeb;
    display:none;
}

header .menu.right ul ul ul{
    margin-left:0;
}

header ul li:hover {
    color:#12599e!important;
}
header .menu a{
    white-space: nowrap!important;
}

header .menu .subsubmenu a{
    white-space:normal!important;
}

.credit_slide {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #ddd;
    margin-top: 28px;
    opacity: 1;
}
.creditbox {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 75px;
	position: relative;
}
.creditlogo {
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 13px;
	background-image: url(images/ss_logo.gif);
	background-size: contain;
	margin-left: 20px;
	margin-right: 20px;
}
.credittext {
	width: calc(100% - 90px);
	height: 50px;
	float: left;
	margin-top: 25px;
}

.teaserContainer img{
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   width:100%;
}
.postcredit {
	padding: 5px 8px 5px 8px; 
	background-color: rgba(0, 0,0, 0.5); 
	color: white;
	font-size: 11px; 
	display: block; 
	width: calc(100% - 16px);          
	margin-top: -42px; 
        margin-top: 0px; 
	z-index: 100; 
	position: absolute;
        bottom:0;
        line-height:18px;
	}
        .cont_img{
            overflow:hidden;
        }
         .cont_img img{
            width:100%;
            height:auto;            
        }
        
        
        .person_info{
            margin-left:90px;   
        }
        .asc_headline {
    line-height: 22px;
}
.postcredit .image-credit{
    display:block;
}
   
.submenu1 .subsubmenu1 li a {
    padding-left:40px;
    display:block;
}
.submenu1 li .subsubmenu1{
    display:none;
}
.submenu1 li.subsubmenu1_open .subsubmenu1{
    display:block;
}

.contact_wrapper_mobile .contact_input a{
    display:inline-block;
}
.headline-anker{
    display:block;
    margin-top:-100px;
    padding-bottom:100px;
}
.sportsearch{
    margin-top:-60px;
}
#se{
    min-height:500px;
}
.spacetopbotoom{
    margin-top:0;
    padding-top:60px;
}
header .language_icon.de {
    background-image: url(images/de_icon.png);
}
.mobilenav_open{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.6);
    height:100%;
    overflow-y: auto;
    min-height:0;
}
.navcont{
    width:260px;
    background-color:#FFFFFF;
    min-height:100%;
}

body.mobilenav_open .wrapper{
    position:fixed;    
}
.asc_text img{
    width:100%;
    height:auto;
}
.asc_text .wp-caption{
    position:relative;
    width:100%!important;
}

.asc_text .wp-caption .wp-caption-text {
    padding: 5px 8px 5px 8px;
    background-color: rgba(0, 0,0, 0.5);
    color: white;
    font-size: 11px;
    display: block;
    width: calc(100% - 16px);
    margin-top: -42px;
    margin-top: 0px;
    z-index: 100;
    position: absolute;
    bottom: -5px;
    line-height: 18px;
    text-align: right;
}
.wp-caption-dd{
    text-align:right;
}

.loadmore{
    color:#fff;
    padding:4px 20px;
    background:#12599e;
    display:inline-block;
    margin:auto;
    cursor:pointer;
}
.cont-loadmore{
    text-align: center;
}
.formcontent{
    display:none;
}
.imgMobile{
    display:none!important;
}
#se3-reset{
    display:none;
}
.f_text_nl{
    margin-top:20px;
}
.codefield{
    width: calc(20% - 10px);
}
.emailform {
    width: calc(80% - 10px);
}
.newsbutton {
    width: 90%;
}
.f_form{
    margin-top:20px;
}

.contact_wrapper_desktop .office_hours, .contact_wrapper_mobile .office_hours {

    background-image: url(images/cu3.png);

}

.newsbutton {
   color:white;
   cursor:pointer;
   display:block;
   border:0;
   line-height:24px;
}
.submenu-new{
    background:#ffffff;
    margin-top:130px;
    padding-top:50px;
    padding-bottom:20px;
    display:none;
    -webkit-box-shadow: 0px 10px 17px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 17px -3px rgba(0,0,0,0.75);
box-shadow: 0px 10px 17px -3px rgba(0,0,0,0.75);
/* min-height:340px; */
}
.submenu-new.show1,
.submenu-new.show2{
    display:block;
}
.submenu-new ul:first-child{
     padding-left:40px;
     width:calc(26% - 40px);
}
.submenu-new ul,
.submenu-new .subsubmenu-cont-new ul:first-child{
    float:left;
    list-style:none;
    padding-left:20px;
    width:calc(25% - 20px);
    font-size:18px;
    line-height:22px;
    margin-top:0;
}
.submenu-new ul li{
    margin-bottom:6px;
}
.submenu-new .subsubmenu-cont-new ul li{
    margin-bottom:2px;
}

.smaller .submenu-new{
    background:#ffffff;
    margin-top:70px;
    padding-top:30px;
}
.submenu-new ul.subsubmenu-new,
.submenu-new ul.subsubmenu-new:first-child{
    font-size:14px;
    line-height:18px;
}
.subsubmenu-cont-new{
    display:none;
    float:left;
    width:74%;
}
.subsubmenu-cont-new.show3,
.subsubmenu-cont-new.show4{
    display:block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .fs-wrap{
        height:26px;
    }
}
_:-ms-lang(x),
_:-webkit-full-screen,
.fs-wrap {
  
        height:26px;
  
}
.column_buttons{
    width:208px;
}
.cell8 {
    width: 85px;
}




.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:none;
    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:none;
    top:calc(50% - 300px);
    position:relative;  
    text-align: left;
}
.disclaimer-content-2 h2{
    margin-top:0;
    font-weight:400;
}
.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;
}
.disclaimer-content-2 p.links span{
    cursor:pointer;
    color: #12599e;    
}
.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 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: #b0072e;    
}
.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;
}




.zeitspanne {
    width: calc(48% - 21px) !important;
}

.optionen .zeitspanne{
    width: calc(50% - 21px) !important;
}
.marken_wrapper.withoutSlider{
    margin-top:130px;
}


table.tblTariffs tr:nth-child(odd){
  background-color: #f2f6fa;;
}
table.tblTariffs tr td{
  padding:10px;
  font-size: 14px;
}
.infosPerson{
    padding-left:30px;
    margin-top:20px;
    padding-top:20px;
    border-top: 1px solid #ccc;
    clear:both;
}
.infosPersonHeadline{
    font-weight:600;
    color: #00549c;
}
.infosPerson .subcolumn{
    padding-left:0;
}
.tariff-headline{
    padding-bottom:0px;
    margin-bottom:4px;
    border-bottom:1px solid #000000;
    display:inline-block;
}
.tariffs .subcolumn .row2{
    width:calc(100% - 180px);
}
.tariffs .subcolumn{
    width:calc(100% - 30px);
}
.tariffs table td{
    width:50%;
}
.tariffs table td:first-child{
    padding-right:20px;
}
.tariffs table{
    width:100%;
}

/******* custom end **************/





@media screen and (max-width: 1280px) {
    
    .teaserContainer{
        height:600px;
    }
    
}

@media screen and (max-width: 1220px) {
   header .menu.right.de a
    {
        margin-left: 30px;
    }
    header .menu.right.de
    {
    right: -60px;
}
}


@media screen and (max-width: 1070px) {
    header .menu.right.de a,
    header .menu.right.de2 a{
        margin-left: 15px;
    }
    header .menu.right.de,
    header .menu.right.de2{
    right: 0px;
}
    
    
    .teaserContainer{
        height:400px;
    }
    .slideroverlay {
	bottom:100px;
        bottom:0;
	}
        
   
.teaserContainerVideo iframe{
    width:100%!important;
    
}
.teaserContainerVideoFrame{
     padding:70px 20px;
    position: relative;
}
.slider_video .slideroverlay{
    background-size:100px;
    background-position:center 100px;
        
}
   .coronatxt{
    padding-top: 40px;
    padding-bottom:20px;
}
.searchform.coronabg{
    margin-top:0;
}
.searchimage{
    height:auto;
}
}
@media screen and (max-width: 600px) {
  
}
@media screen and (max-width: 580px) {
    
 
    
     
    .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;
}
    
   .imgMobile{
    display:block!important;
}
.imgDesktop{
    display:none!important;
}

    
/*
body {
    color: #222;
}
.g, body, html, input, .std, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
body {
    background: #fff none repeat scroll 0 0;
}
body {
    color: #000;
    margin: 0;
}
.g, body, html, input, .std, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}*/
.bx-wrapper .bx-controls-direction a {
    bottom: 160px;
    height: 40px;
    width: 40px;   
}
.cont_img{
    width:200px;
    height:200px;
    border-radius: 200px;
}
.contacts{
    padding-bottom:40px;
}
.columl_contact{
    width:100%;
    margin-left:0;
    min-height:0;
    float:none;
}
.columl_contact:nth-child(3n+1){
   margin-left:0; 
}

}
@media screen and (max-width: 700px) {
    
    .teaserContainer img {
    height: 80%;
    width: auto;
    max-width:none;
    height: 100%;
}
    
}







@media screen and (max-width: 1000px) {
.cell8 {
    width: 15px;
}
.column_buttons {
    width: 138px;
}
.asc_wrapper {
	width: calc(100% - 70px);
	padding-left: 35px;
	padding-right: 35px;
	float: both;
}
    .menu_v4 .asc_wrapper {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

header .menu a {
	margin-right: 20px;
	font-size: 15px;
}
	
.foot_rechts {
	width: 62%;
}

	
}

.contentstart{
		margin-top: 90px;
	}

@media screen and (max-width: 885px) {

    .menu_v4 a.header-button-member{
        /*display:none;*/
		right:10px;
		width:120px;
		height:33px;
		font-size:13px;
		/*das hier unten sind die standard-einstellungen, also die auf der desktop version
		position:absolute;
    	right:20px;
    	top:0;
    	width:160px;
    	height:40px;
    	background:#dc0e15;
    	color:#fff;
    	text-decoration: none;
    	text-align:center;
    	line-height:38px;
    	font-weight:600;
    	display: block;
    	font-size:16px;
    	padding-top:20px;*/
    }
	
    .menu_v4 .header-menu-language{
        right:20px;
		display:none;
    }

    .tariffs .subcolumn .row2{
    width:100%;
}

.tariffs table td{
    width:40%;
}
.tariffs table td:first-child{
    width:60%;
}

    
    .marken_wrapper.withoutSlider{
    margin-top:80px;
}
    
    .zeitspanne {
    width: calc(50% - 21px) !important;
}
a.asc_button_search{
    margin-top:-1px!important;
}
    .searchform{
    height:auto;
}
    #se2-reset{
        display:none;
    }
    #se3-reset{
        display:block;    
    }
    #se3-reset a{
        width: calc(100% - 40px) !important;        
    }
    
    .page-529 .mobileSpacer {
  height:45px;
    }
      
    .sportsearch{
    margin-top:-40px;
}
    .mobilenav li{
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
.asc_pagetitle {
    margin-bottom: 30px;
}
    .credittext {
	margin-top: 10px;
}
.navheader {
	width: 100%; 
	height: 80px; 
	background-color: #00549d;
	}
	
.navheadercontent {
	padding: 20px; 
	font-size: 30px; 
	line-height: 38px; 
	color: white; 
	font-weight: 100;
	}
	
.navheadercontent a {
	float: right; 
	width: 50px; 
	height: 50px; 
	background-image:url(images/menuclose.png); 
	background-size: 30px; 
	background-position: center; 
	background-repeat: no-repeat; 
	margin-top: -5px;
	}	

.navcontens {
	width: 100%;
	}
	
.navcontens ul {
	width: 100%; 
	margin: 0px; 
	padding: 0px;
	}
	
.navcontens li {
	width: 100%; 
	list-style: none;
	}
	
.navcontens li:hover {
	background-color: #00549c;
	}
	
.navcontens li a {
	display:block; 
	padding: 20px; 
	width: calc(100% - 40px); 
	color:#00549d;
	}
.navcontens li a:hover {
	display:block; 
	color:#fff; 
	text-decoration: none;
	}	

.submenu1 {
	height: 0px; 
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	
.submenu1_open {
	height:auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	
.submenu1 li a {
	color:rgba(0,0,0,0.80); 
	background-color: #e6eaeb; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	}
.menuitem_selected .submenu1 li a {
	color:rgba(0,0,0,0.80) !important; 
	background-color: #e6eaeb; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	}	
.submenu1 li a:hover {
	color:rgba(255,255,255,0.80)!important; 
	background-color: rgba(0,84,156,0.50);
	}
	
.menuitem_selected {
	background-color: #00549c;
	}
	
.menuitem_selected a {
	color: white !important;
	}
	
.contact_wrapper_desktop {
	display: none;
	}

.contact_wrapper_mobile {
	display: block;
	}
	
body {
	line-height: 24px;
	font-size: 16px;
	}
	
.asc_wrapper {
	width: calc(100% - 70px);
	min-width: 300px;
	padding-left: 35px;
	padding-right: 35px;
	float: both;
}
    .menu_v4 .asc_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

header .menu {
display: none;
	}
	
header {
	height: 80px;
	}

header.smaller {
	height: 60px;
	}

header .asclogo {
	width: 95px;
	height: 95px;
        margin-left: -50px;
        top: 2px;
	}
	
header.smaller .asclogo {
	width: 60px;
	height: 60px;
	margin-top: 14px;
        margin-left:-30px;
	}

header .mobile_nav {
	display: block;
	}
	
header .language_icon {
	width: 28px;
	height: 28px;
	}
	
header.smaller .language_icon {
	margin-top: -12px;
	}
	
header.smaller .nav_icon {
	margin-top: -12px;
	}

	.contentstart{
		margin-top: 70px;
	}
	
.slider {
	margin-top: 80px;
	height: 530px;
	}
	
.slide a {
	height: 325px;
}

.marken_column img {
	margin-top: 35px;
	margin-bottom: 35px;
	width: 100%;
	height: auto;
	}	
	
.desktop {
	display: none;
	}

.mobile {
	display: block;
	}	

.foot_links {
	width: 100%;
	text-align: center;
	}

.foot_rechts {
	width: calc(100% + 0px);
	background-color: #323232;
	margin-left: -35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 20px;
	}

.q1 { 
	width:35%; 
	float: none; 
	margin-right: 20px; 
	}
	
.q2 { 
	width:25%; 
	float: none; 
	margin-right: 20px; 
	}
	
.q3 { 
	width:15%; 
	float: none; 
	margin-top: 0px; 
	margin-right: 0px;
	}
	
.sponsor { 
	width:20%; 
	float: none; 
	margin-right: 0px; 
	margin-top: 20px; 
	}	

.f_navrow { 
	font-size: 0.7em; 
	letter-spacing: 0px;
	}
	
.f_text, .f_text_nl { 
	font-size: 14px; 
	margin-top: 15px; 
	margin-bottom: 25px;
}

	
.socialbar img {
	width: 19px; 
	margin-top: 2px;
	}
	
.emailform {
	width: calc(100% - 10px); 
	height: 28px;  
	margin-top: 10px;
	}

.codefield {
	width: 100%; 
	margin-left:0px;
	}

.code {width: 30%; 
	}
	
.newsbutton {
	width: 30%;
	}

.codeform {
	width: calc(31% - 10px);
	}
	
	
.mitgliedwerden {
	margin-bottom: 40px; 
	height: 300px;
	}

.mbox {
	height:auto; 
	padding-bottom: 40px;
	}

.mbox {
	width:calc(100% + 10px); 
	margin-left: -35px; 
	margin-top: -40px; 
	margin-bottom: 40px; 
	text-align: center;
	}

.asc_button {
	margin-right: auto; 
	margin-left: auto; 
	float: both;
	}

/*

.slidertext {
	width: calc(100% - 60px); 
	height: auto;  
	}

.sliderpager {
	height: 30px; 
	width:calc(100% - 0px); 
	margin-left: 0px; 
	margin-top: 240px;
	}
	
.slidertext a {
	height: auto; 
	margin-top: 300px; 
	width: calc(100% - 30px); 
	padding-left: 15px; 
	}
	
.slidertext a span {
	font-size: 22px; 
	font-weight: 700; 
	line-height: 30px;
	}
	
.slidernav_left {
	margin-top: 235px; 
	left:20px; 
	z-index: 100; 
	height: 40px; 
	width: 40px;
	}
	
.slidernav_right {
	margin-top: 235px; 
	right:20px; 
	z-index: 100; 
	height: 40px; 
	width: 40px;
	}
	*/
.acs_indent {
	padding-left: 0px; 
	padding-right: 0px;
	}

.newsheader {
	margin-bottom: 20px;
	}

.asc_post {
	border-left: solid 0px #d7d7d7; 
	border-top: solid 2px #d7d7d7;
	padding-left: 0px; 
	margin-bottom: 0px; 
	}
	
.noborder {
	border: none;
	}
		
.asc_timestamp {
	margin-left: 0px;
	font-size: 12px; 
	}

.asc_text {
	padding-right: 0px; 
	margin-bottom: 20px;
	}
	
/*.postcredit {
	padding: 5px 8px 5px 8px; 
	background-color: rgba(0, 0,0, 0.5); 
	color: white;
	font-size: 10px; 
	display: block; 
	width: calc(100% - 16px); 
	margin-top: -40px; 
	z-index: 100; 
	position: relative;
	}*/
	
.play_button {
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: 0; 
	margin-left: calc(50% - 50px);
	top: 50%;
  	margin-top: -50px;
	}
	
.play_button a { 
	width: 100%; 
	height: 100%; 
	display: block; 
	background-image:url(images/btn_play.png); 
	background-repeat: no-repeat; 
	background-size: contain; 
	}
	
.brotkrumme {
	margin-bottom: 10px;
}	
		
	
}

.showInlineDesktop{
    display:inline-block;
}
.showInlineMobile{
    display:none;
}



@media screen and (max-width: 600px) {

    .menu_v4 .sat-menu-mobile-sub-cont, .menu_v4 .sat-menu-sub-cont{
        min-width: 0;
    }
    .menu_v4 .sat-menu-mobile-sub-cont i, .menu_v4 .sat-menu-sub-cont i {
        top: 20px;
        left: 20px;
    }
    .menu_v4 .sat-menu-mobile-sub-cont, .menu_v4 .sat-menu-sub-cont{
        padding: 60px 20px;
    }

    .menu_v4 .sat-menu-mobile-sub-cont ul.sat-menu-col, .menu_v4 .sat-menu-sub-cont ul.sat-menu-col {
        width: 100%;
        margin: 0;
        float: none;
    }
    .menu_v4{
        font-size:18px;
    }
    .menu_v4 .sat-menu-mobile-sub-cont, .menu_v4 .sat-menu-sub-cont {
        width: calc(100% - 40px);
    }

    .menu_v4 .header-menu-language span{
        display:none;
    }
}

@media screen and (max-width: 400px) {
.tblTariffs td{
    vertical-align: top;
-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
    
.asc_wrapper {
    /*width: calc(100% - 70px);*/
	width:80%;
	height:auto;
    min-width: 300px;
	max-width:1440px;
    padding-left: 5px;
    padding-right: 2px;
    float: both;
}
.cell8 {
    right: 20px;
   
}

.showInlineDesktop{
    display:none;
}

.showInlineMobile{
    display:inline-block;
}
    
}

/* Admin Ajustments */
.acf-field.noBorder{
    border:0;
}