/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
	#slide-nav .container {
	    margin: 0;
	    padding: 0!important;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -8px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background-color: #004b76;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 80%;
	    left: -80%;
	    background: #eee;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    background: #004b76;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}
@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}









/***************************************************
 * CUSTOM
 ***************************************************/

@media (min-width:768px) { 
	
	
}
/* HELPER-CLASSES */
.align-right {
	text-align: right;
}
.mobile-labeler {
	display: none;
}
#fancybox-title {
        width: 100%!important;
}

/* Warenkorb & Bestellvorgang */
#shop_basket .shop-cart-titles, #shop_orderform .shop-cart-titles {
	padding: 5px 10px;
	background-color: #004b76;
	color: #fff;
    font-family: 'Akkurat-Bold';
}
#shop_basket .shop-cart-article, #shop_orderform .shop-cart-article {
    padding: 10px;
}
#shop_basket .shop-cart-article:nth-child(2n), #shop_orderform .shop-cart-article:nth-child(2n)  {
    background: #f8f8f8;
}

#shop_basket .shop-cart-total, #shop_orderform .shop-cart-total {
	margin-top: 40px;
	border-top: 1px solid #000;
	border-bottom: 4px double #000;
}
#shop_orderform .shop-cart-total p {
	margin: 0;
}

#shop_basket .box.gray {
	margin-top: 25px;
	padding: 15px 10px;
	background-color: #f4f4f4;
}
#shop_orderform .orderform-step {
	padding: 60px 0 20px 0;
	display: none;
}
#shop_orderform .shop-cart-titles, #orderform_confirm_deliveryaddress, #orderform_confirm_agb {
	margin-top: 40px;
}
#shop_orderform li {
	float: left;
	list-style-type: none;
	display: inline-block;
}
#shop_orderform .order-process {
	padding: 0;
}
#shop_orderform .order-process-wrap li a {
	padding: 14px 20px;
	background: #e3e3e3 url("images/bg-order-process.png") no-repeat scroll right -276px;
	height: 45px;
	width: 100%;
	float: left;
}
#shop_orderform .order-process-wrap li:last-child a,
#shop_orderform .order-process-wrap li:last-child a.active {
	background-color: transparent;
}
#shop_orderform .order-process-wrap li.step-1 a {
	background-color: #004b76;
}
#shop_orderform .order-process-wrap li a.active {
	color: #fff;
	background: #E3E3E3 url("images/bg-order-process.png") no-repeat scroll right -76px;
}
#shop_orderform .order-process-wrap .step-3 li.step-2 a {
	background-color: #004b76;
}
#shop_orderform .order-process-wrap .step-3 li.step-1 a {
	background-color: #e3e3e3;
}
#shop_orderform #btn_shop_submit_order {
	color: #fff;
}


/* Buch Shop-Liste */
#book_shop_list .article {
	margin-bottom: 60px;
}
#book_shop_list .article .description h3 a {
	color: #004b76;
}
#book_shop_list .article-default-shorttext {
	font-family: 'KievitSlabOT-BoldItalic';
	color: #004b76;
	font-size: 18px;
}

#book_shop_list .button-more {
	float: right;
}


/* Buch Shop-Artikel */
.book_shop_article_container #shop_img_with_desc {
	border: 0;
	margin: 0;
}
/*.book_shop_article_container .shop_article_shorttext strong {
	font-family: 'KievitSlabOT-BoldItalic';
	color: #004b76;
}*/
.book_shop_article_container #shop_img_with_desc {
	padding: 0;
}


/* Video Platzhalter-Bild (Video z.Z. nicht verfügbar...) */
/*video#myVideo[src=""], video#myVideo[src="false"], video#myVideo {
	background-image: url(https://sonntagbootstrap.incms.net/styles/images/video-unavailable.png);
	height: auto;
	width: 100%;
	background-size: contain;
	background-repeat:no-repeat;
	background-color: #ffecce;
}
video[src=""]::-webkit-media-controls {
	display: none;
}*/
video {
	height: auto;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #ffecce;
}
video.soon[src=""] {
	background-image: url(https://sonntagbootstrap.incms.net/styles/images/trailer-unavailable.png);
}
#shop_list.soon video {
	background-image: url(https://sonntagbootstrap.incms.net/styles/images/trailer-unavailable.png);
}



#shop_list .shop-programm img.srf-zwei {
	margin-right: 20px;
}
#shop_list .shop-programm img.srf-info {
	margin-right: 29px;
}
#shop_list .shop-programm div.sunday, #shop_article_item .sidebar_date div.sunday {
	margin-top: 40px;
}
#shop_list .sidebar-box.shop-programm h4, #shop_article_item .sidebar-box .sidebar_date h4 {
	font-size: 24px;
	line-height: 23px;
	margin-bottom: 10px;
}



/* Unico Data ADD */

.unico-add {
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: 14px;
	padding: 10px;
	z-index: 1;
	display: none;
}

.unico-add img {
	width: 80px;
	float: right;
}

.unico-add p {
	float: left;
	font-size: 12px;
	margin: 0 15px 0 0;
	line-height: 15px;
	color: #000;
}

/* Google Suche */

.gsc-control-cse {
	padding: 0 !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus,
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 25px !important;
	width: 25px !important;
	padding: 5px !important;
}
.gsc-input-box {
	border: 1px solid #004b76 !important;
	background: #D4D8E5 !important;
}
.gsc-search-box-tools .gsc-search-box #gs_id50 .gsc-input {
	background: transparent !important;
	text-indent: 0 !important;
	font-size: 14px !important;
	margin: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 !important;
}
.searchbox {
	font-family: 'Akkurat' !important;
}
.searchbox #gs_tti50 {
	padding: 3px 8px !important;
}
#slide-nav .gsc-results-wrapper-overlay a {
	color: #004b76;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0px !important;
}



span.form-popover.glyphicon.glyphicon-info-sign {
	display: none;
}

#shop_list .unico-add {
	right: 0;
}



@media(max-width: 991px) {
	
	.tablet-hidden { 
		display: none;
	}
	
}



@media(max-width: 767px) {

/* HELPER-CLASSES */
	.mobile-hidden { 
		display: none;
	}
    .mobile-labeler {
        display: inline;
    }
	
		
	/* Warenkorb */
	#shop_basket .shop-cart-amount {
		margin-top: 15px;
	}
    #shop_basket .input-button-refresh {
    	float: right;
		max-width: 70px
    }
	
	
	.gsc-control-cse {
		border-color: #fff !important;
		background-color: #fff !important;
	}
	.gsc-input-box {
		background: #fff !important;
	}
	table.gsc-search-box td.gsc-search-button {
		display: none;
	}
	.gsc-search-box .gsc-input-box {
		height: 30px;
	}
	.gsc-results-wrapper-overlay {
		padding: 10px !important;
		width: 90% !important;
		left: 5% !important;
	}

}
/*************************************
 * GENERAL
 *************************************/
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

html {
	overflow-x: hidden;
	font-size: 16px;
}

.glyphicon-refresh:before {
	font-family: 'Glyphicons Halflings';
	content: "\e031";
}

.image img, img {
	max-width: 100%;
	height: auto;
}
.btn-primary,
.button-more a,
button,
input[type="submit"],
#shop_tipp a  {
	font-family: 'KievitSlabOT-BookItalic' !important;
	color: #fff;
	padding: 3px 5px 1px 5px;
    background-color: #d2232a;
    border: 0;
	font-size: 12px;
}
button.btn.btn-primary.glyphicon.glyphicon-refresh.shop_btn_item_basket_refresh {
	padding: 7px 10px;
	margin-top: -1px;
}
.button-more a:hover, .button-more a:focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #d2232a;
    opacity: 0.8;
	text-decoration: none;
}
.form-control:focus {
	border-color: #004b76;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.sidebar-box {
	background-color: #ffecce;
	padding: 20px;
	margin-bottom:20px;
}
.sidebar-right {
	background: #ffecce;
	padding: 15px 20px;
	margin-top: 65px;
}
.sidebar-right h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
.sidebar-right ul {
	padding: 0;
}
.sidebar-right ul li {
	list-style: none;
	font-family: 'Akkurat';
	font-weight: 400;
	margin-bottom: 10px;
}
.sidebar-right ul li a:hover,
.sidebar-right ul li a.active {
	color: #d2232a;
	text-decoration: none;
}
.sidebar-right ul li a.active {
	font-family: 'Akkurat-Bold';
}
hr {
	border-top: 3px solid #004b76;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pagination > li > a, .pagination > li > span {
	margin-left: 0;
	background-color: #ffecce;
	border-color: #fff;
	color: #004b76;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #004b76;
	border: 1px solid #fff;
}
.pagination li a:hover, .pagination li a:focus {
	border: 1px solid #004b76;
	background-color: #ffecce;
	color: #d2232a;
}

.pagination > li > a,
.pagination > li > span {
	padding: 6px 12px 4px;
}


.show-mobile {
	display: none;
}

div#fancybox-content {
	border: 0 !important;
	padding: 10px;
	background-color: #ffecce;
}

#fancybox-close {
	right: -30px !important;
}


/* Typography */

@font-face {
    font-family: 'Akkurat';
    font-weight: normal;
    font-style: normal;
    
  	src: url('../fonts/Akkurat.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Akkurat.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Akkurat.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Akkurat.svg#Akkurat') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Akkurat-Light';
    font-weight: normal;
    font-style: normal;
    
  	src: url('../fonts/Akkurat-Light.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/Akkurat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Akkurat-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Akkurat-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Akkurat-Light.svg#Akkurat-Light') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Akkurat-Bold';
    font-weight: normal;
    font-style: normal;
    
  	src: url('../fonts/Akkurat-Bold.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Akkurat-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Akkurat-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'KievitSlabOT-BoldItalic';
    src: url('../fonts/KievitSlabOT-BoldItalic.eot') format('embedded-opentype');
	font-weight: normal;
    font-style: normal;
    
  	src: url('../fonts/KievitSlabOT-BoldItalic.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/KievitSlabOT-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/KievitSlabOT-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/KievitSlabOT-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/KievitSlabOT-BoldItalic.svg#KievitSlabOT-BoldItalic') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'KievitSlabOT-BookItalic';
    src: url('../fonts/KievitSlabOT-BookItalic.eot') format('embedded-opentype');
	font-weight: normal;
    font-style: normal;
    
  	src: url('../fonts/KievitSlabOT-BookItalic.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/KievitSlabOT-BookItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/KievitSlabOT-BookItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/KievitSlabOT-BookItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/KievitSlabOT-BookItalic.svg#KievitSlabOT-BookItalic') format('svg'); /* Legacy iOS */
}

#mainmenu a {
    font-family: 'Akkurat-Bold';
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}
#mainmenu a:hover, #mainmenu a:focus {
    color: #d12229;
    background-color: transparent;
}

#topmenu a {
    font-family: 'KievitSlabOT-BookItalic';
}
#topmenu a:hover, #topmenu a:focus {
    color:;
    background-color: transparent;
}
body {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
p, article, li {
    font-family: 'Akkurat';
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
b, strong {
    font-family: 'Akkurat-Bold';
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #004b76;
    margin: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: #004b76;
}
h2, h3 {
	font-size: 30px;
}
h1 {
    font-family: 'KievitSlabOT-BoldItalic';
	font-size: 41px;
}
h2 {
    font-family: 'Akkurat-Light';
}
h3 {
    font-family: 'Akkurat-Bold';
    margin-bottom: 20px;
}
h4, .KievitSlabOT-BoldItalic {
    font-family: 'KievitSlabOT-BoldItalic';
	font-size: 20px;
	line-height: 17px;
	margin: 15px 0 5px;
}
h5, .Akkurat-Bold {
    font-family: 'Akkurat-Bold';
}
h6, .Akkurat-Light {
    font-family: 'Akkurat-Light';
}
.KievitSlabOT-BookItalic {
	font-family: 'KievitSlabOT-BookItalic';
}

nav li {
    list-style-type: none;
}

a {
	color: #004b76;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	outline: 0;
}
a:hover, a:focus {}
a:active {background-color: transparent;}

input:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}



input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #000;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #000;
	opacity:  1;
}
input:::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #000;
	opacity:  1;
}
input::-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #000;
}


/*************************************
 * HEADER
 *************************************/

.navbar-header {
    width: 100%;
}
.blue-bg .navbar-brand.fensterzumsonntag img {
	height: 55px;
}

/* Navigation*/
#slide-nav.navbar {
    background-color: #004b76;
    height: 92px;
    border: 0;
}

#slide-nav a {
    color: #fff;
}


#slide-nav li.active > a {
    color: #d12229;
    background-color: transparent;
}

.blue-bg .col-sm-5.col-md-3 {
	padding-right: 0;
}
.blue-bg section .navbar-brand {
    padding-top: 25px;
}
.navbar-brand.alphavision {
    float: right;
    padding-right: 0;
}
.navbar-brand.alphavision img {
    height: 40px;
}
.navbar-brand img {
    max-height: 80px;
}
.dropdown-menu {
    border: 0;
}

#topmenu {
    border-bottom: 3px solid #004b76;
}


.news.button {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #004b76;
}

@media (min-width: 768px) {

	/*Header*/
	.blue-bg section .srf-eins, .blue-bg section .srf-zwei, .blue-bg section .srf-info {
		position: absolute;
		margin-top: 15px;
		width: auto;
		height: 22px;
	}
	.blue-bg section .srf-zwei {
		margin-left: 50px;
	}
	.blue-bg section .srf-info {
		margin-left: 121px;
	}
	.blue-bg section .searchbox {
		position: absolute;
		margin-top: 52px;
		background-color: #d4d8e5;
		width: 165px;
	}
	.blue-bg section .input-group-addon {
		height: 20px;
		padding: 0 0 0 2px;
    	background-color: transparent;
    	border: 0;
	}
	.blue-bg section .input-group-addon img {
		max-width: initial;
		height: 15px;
	}
	.blue-bg section input.form-control {
		position: absolute;
    	background-color: transparent;
    	height: 20px;
    	width: 148px;
    	border: 0;
	}
	
    /* Navigation*/
    .navbar-brand {
        display: block;
    }
    #mainmenu {
        padding-left: 15%;
    }
    #mainmenu ul li a {
        padding: 11px 15px;
    }
    #mainmenu .caret {
    	display: none;
    }
	#mainmenu li:hover > a {
		color: #d12229 !important;
		text-decoration: none;
	}
	#mainmenu li:hover > a {
		color: #d12229;
	}
	#mainmenu li.dropdown:hover > a {
		background-color: #fff;
		z-index: 100;
	}
	#mainmenu li.dropdown:hover .dropdown-menu {
		display: block;
		height: auto;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
		z-index: 99;
	}
	#mainmenu li.dropdown .dropdown-menu a {
		color: #004b76;
		font-family: 'Akkurat';
		text-transform: none;
		font-size: 13px;
		line-height: 16px;
		padding: 5px 10px;
		letter-spacing: 0;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: transparent;
	}

	#mainmenu li.sendungen-a-z .dropdown-menu {
		width: 470px;
		margin-left: -155px;
		padding: 10px;
	}

	#mainmenu li.sendungen-a-z .dropdown-menu li {
		width: 150px;
		display: inline-block;
		vertical-align: top;
	}

	#mainmenu li.sendungen-a-z .dropdown-menu li a {
		white-space: inherit;
	}

    #topmenu {
        padding-left: 15%;
        background-color: #fff;
        height: 50px;
        clear: both;
    }

    #topmenu a {
        color: #58585b;
    }
	#topmenu a:hover, #topmenu a:focus {
		color: #d12229;
	}
	#topmenu .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: -3px;
	}
	
	
	/*Basket*/
	#slidemenu > section {
		position: relative;
	}
	#basket {
		position: absolute;
		right: 0;
		top: -37px;
	}
	#basket .basket-button {
		background-color: transparent;
		padding: 0;
		font-family: 'KievitSlabOT-BookItalic';
		color: #58585b;
	}

}

@media (max-width: 1199px) {

	.blue-bg section .searchbox {
		margin-top: 20px;
	}
	#mainmenu ul li a {
		padding: 11px 9px;
	}
}

@media (min-width: 1200px) {
	
	.blue-bg section {
		margin-left: 100px;
	}
	
}

@media (max-width: 991px) {
	
	#basket {
		width: inherit;
	}
	#mainmenu a {
		font-size: 14px;
	}
	#topmenu a {
		font-size: 13px;
		padding: 15px 10px;
	}
	#shop_globalbasket a.basket-button {
		font-size: 13px;
	}

}

@media (max-width: 767px) {

	/* General */
	h1 {
		font-size: 20px;
	}
	h2, h3 {
		font-size: 15px;
		line-height: 17px;
	}
	h4, .KievitSlabOT-BoldItalic {
		font-size: 13px;
		line-height: 15px;
		margin: 10px 0 0px;
	}
	p, article, li {
		font-size: 11px;
		line-height: 13px;
	}
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 6px 10px;
		line-height: 15px;
	}
	
	
	
    /* Header*/
	.header-bar {
		height: 50px;
	}
	.blue-bg > .col-sm-4, .blue-bg > .col-sm-8 {
    	padding-right: 0;
		padding-left: 0;
    }
   .blue-bg .navbar-brand.fensterzumsonntag {
		padding-top: 0;
        padding-left: 0;
    }
   .blue-bg .navbar-brand.alphavision {
		padding-top: 5px;
        padding-right: 0;
    }
    .header-bar .pull-right {
    	margin: 10px 20px;
    }
	.header-bar .searchbox {
		position: absolute;
		right: 60px;
		left: 60px;
	}
	.header-bar .searchbox .input-group {
		width: 100%;
	}
	.affix-top.header-bar .searchbox {
		top: 100px !important;
	}
	.affix.header-bar .searchbox {
		top: 10px !important;
	}
    i.search {
    	background-image: url('images/search.png');
    	background-image: url('images/search.svg');
    	background-repeat: no-repeat;
    	height: 30px;
    	width: 30px;
    	display: block;
    	cursor: pointer;
    }
    
    
    /* Navigation*/
    #slidemenu {
    	overflow-y: auto;
		height: 100%;
    }
	#slide-nav #slidemenu {
		position: fixed;
	}
    #slide-nav.navbar {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #004b76;
    }
    #slide-nav #mainmenu {
        margin-top: 25px;
    }
    #slide-nav #topmenu {
        margin-top: 40px;
    }
    #slide-nav .container {
        background-color: #fff;
        height: 150px;
    }
    #slide-nav .blue-bg {
        background-color: #004b76;
        padding: 20px;
    }
    #slide-nav .navbar-toggle {
    	margin-left: 20px;
    }
	#slide-nav .affix .navbar-toggle.slide-active {
    	position: fixed;
    	left: 80%;
    	top: 0px;
    }
    
    #mainmenu .dropdown-menu a {
    	padding: 5px 9px 5px 9px;
    }
    #mainmenu .dropdown.open > a {
    	background-color: transparent;
    	padding-bottom: 0;
    }
    #mainmenu ul.dropdown-menu a {
    	font-family: 'Akkurat-Light';
    	font-size: 11px;
		line-height: 12px;
    	color: #ffebcd;
    }
    #mainmenu .dropdown-menu a {
    	text-transform:inherit;
    }
	#mainmenu a {
		font-size: 13px;
		line-height: 25px;
	}
	#mainmenu ul li a {
		padding: 0 9px;
	}
    #mainmenu a span.caret {
    	float: right;
    	margin-right: 15px;
    	border: 0;
		height: 25px;
		width: 25px;
		background-image: url('images/plus.svg');
		background-size: 14px 14px;
		background-repeat: no-repeat;
    }
    #mainmenu a span.caret.minus {
    	background-image: url('images/minus.svg');
    }

	#topmenu a {
		letter-spacing: 1.5px;
		font-size: 13px;
		line-height: 22px;
		padding: 0 9px;
	}
	#topmenu a:hover {
		color: #d12229;
	}

    #slide-nav .row.affix {
    	top: 0px;
    	width: 100%;
    	background: white;
    }
	.show-mobile {
		display: inherit;
	}
	#shop_globalbasket {
		margin: 25px 0 0 9px;
	}
    

}



/*************************************
 * MAIN
 *************************************/

main {
    margin-top: 80px;
}
main .header_img {
	max-width: 1140px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sidebar-box h4 {
	margin: 0;
    font-size: 28px;
}





/* Shop*/

#shop_list {
	margin-top: 30px;
}

#shop_list .shop_article_date {
	float: right;
	margin-right: 20px;
	font-family: 'KievitSlabOT-BookItalic';
	color: #fff;
}
#shop_list .article .description {
	position: relative;
}
#shop_list .article .description h3, .article .description a {
    font-family: 'Akkurat-Bold';
	color: #fff;
	margin: 5px 0 0;
}
#shop_list .article .description .post-content {
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #004b76;
	margin: -7px 0 30px;
}
#shop_list .article-default-shorttext,
#shop_list .article-default-shorttext strong{
	font-family: 'KievitSlabOT-BoldItalic';
	color: #004b76;
	font-size: 18px;
	line-height: 23px;
}

#shop_list .list-video-wrapper {
	float: left;
	width: 100%;
}
#shop_article_item h3,
#shop_article_item .h3 {
	font-family: 'KievitSlabOT-BoldItalic';
	font-size: 24px;
	line-height: 27px;
	color: #004b76;
	margin: 0 0 10px;
}
#shop_article_item h1 {
    font-family: 'Akkurat-Bold';
    margin-bottom: 0;
}
#shop_article_item article {
	padding-bottom: 40px;
}
#shop_article_item time.shop_article_date {
	font-family: 'KievitSlabOT-BookItalic';
	color: #004b76;
	display: block;
	margin-bottom: 30px;
}
#shop_article_item p.shop_article_shorttext strong {
	font-family: 'KievitSlabOT-BoldItalic';
	font-weight: normal;
	color: #004b76;
}
#shop_article_item .nav-tabs {
	padding: 10px 0 20px 0;
}
#shop_article_item .nav-tabs, #shop_article_item .nav-tabs a[role="tab"] {
	border: 0;
}
#shop_article_item .nav-tabs li a[role="tab"] {
	padding: 3px 5px;
	margin-right: 10px;
	color: #fff;
	font-family: 'KievitSlabOT-BookItalic';
	background-color: #d2232a;
	opacity: 1;
	font-size: 15px;
} 
#shop_article_item .nav-tabs li.active a[role="tab"] {
	opacity: 0.3;
}
#shop_article_item .shop_article_price {
	margin: -5px 0 0;
}
#shop_article_item .shop_article_price p {
	font-size: 12px;
}
#shop_article_quantity input {
	height: 20px;
	padding: 0 6px;
	width: 60px;
	color: #000;
	border: 0;
	box-shadow: none;
	font-size: 15px;
}
#shop_article_item .shop_article_number p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
#shop_article_item .shop_order_btn {
	margin-top: 5px;
}
#shop_article_item .competition p {
	margin: 0;
}

#shop_img_gross,
#shop_tipp,
#shop_img_klein,
#artikel_disqus {
	border-top: 3px solid #004b76;
	padding: 30px 0;
}
#shop_btn_item_to_basket.back {
	margin-bottom: 20px;
}
#shop_img_klein .col-sm-6 {
	margin-bottom: 20px;
	float: none;
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
#shop_img_klein .col-sm-6 p {
	margin-top: 5px;
}
#shop_tipp p {
	margin: -5px 0 5px;
}
#shop_globalbasket_wrap p {
	color: #58585b;
}
#shop_globalbasket_wrap .item-amount p {
    font-family: 'Akkurat';
    font-family: 'Akkurat-Light';
}
#shop_globalbasket_wrap p a {
    font-family: 'Akkurat-Bold';
	color: #004b76;
}
#shop_globalbasket_wrap p a:hover, #shop_globalbasket_wrap p a:focus {
	color: #d12229;
	text-decoration: none;
}
#shop_globalbasket_wrap .total p {
    font-family: 'Akkurat-Bold';
}

.nav > li.button-sendung {
	display: none;
}

li.button-sendung {
    padding-bottom: 7px;
}

#shop_list .logo-srf,
.shop_article_container .logo-srf {
	margin: 5px 10px 5px 0;
	height: 23px;
}
#shop_list .logo-srf.srf-eins {
	width: 39.5px;
	width: auto;
}

#shop_list .sidebar-box h4 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 23px;
}
#shop_list .sidebar-box span,
#shop_article_item .sidebar-box p span {
	width: 80px;
	display: inline-block;
}







/* AboutMENU*/
#aboutmenu ul {
	padding: 0;
}
#aboutmenu li a {
	padding: 2px 15px;
    font-family: 'Akkurat';
}
#aboutmenu li a:hover, #aboutmenu li a:focus, #aboutmenu li a.active {
	background-color: transparent;
    font-family: 'Akkurat-Bold';
}



#teammenu ul {
	padding: 0;
	margin: 30px 0;
}
#teammenu li, #teammenu li a  {
	display: inline-block;
}
#teammenu li a {
	font-family: 'KievitSlabOT-BookItalic';
	color: #58585b;
	padding: 10px 20px;
}
#teammenu li a:first-child {
	padding: 10px 20px 10px 0px;
}
#teammenu li.active a {
	font-family: 'KievitSlabOT-BoldItalic';
	color: #004b76;
}

.team .portrait-txt a {
	background-color: #d2232a;
	color: #fff;
}
.team .portrait-txt a:hover, #team .portrait-txt a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.team .portrait-img img {
	height: 360px;
}
.team .imagedescription {
	font-family: 'KievitSlabOT-BoldItalic';
	color: #004b76;
	font-size: 22px;
}



/* Transmission => Ausstrahlungen */
.transmission img {
	height: 30px;
	width: auto;
}
.transmission time {
	display: block;
}



/* Slider */
#carousel-slider .carousel-caption {
	width: 100%;
	left: 0;
	right: 0;
	top: 230px;
	padding: 0 15px 0 15px;
	background-color: rgba(255, 242, 221, .7);
	color: #000;
	text-align: left;
	text-shadow: none;
}
#carousel-slider .carousel-inner {
	height: 300px;
}
#carousel-slider .carousel-inner img {
	width: 100%;
}
#carousel-slider .carousel-caption h4, #carousel-slider .carousel-caption p {
	color: #000;
}
#carousel-slider ol.carousel-indicators {
	width: auto;
	bottom: 0;
	right: 15px;
	left: initial;
}
#carousel-slider .carousel-indicators li {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	border-color: #004b76;
}
#carousel-slider .carousel-indicators .active {
	background-color: #004b76;
}



/* suchresultate */
form.fullsearch #search_input {
	height: 21px;
	vertical-align: baseline;
}
form.fullsearch input.button, form.fullsearch input.button-over {
	vertical-align: top;
}
fieldset.search_resultblock legend {
	border-bottom: 3px solid #004b76;
	font-family: 'Akkurat-Bold';
	font-size: 30px;
	line-height: 33px;
	color: #004b76;
}

#search_results li {
	background: none !important;
}




@media (min-width: 768px) {
	

	.team {
		margin-bottom: 30px;
	}
	.team .portrait {
		position: relative;
	}
	.team .portrait .portrait-img img {
		-webkit-transition: opacity 500ms;
		-moz-transition: opacity 500ms;
		-o-transition: opacity 500ms;
		transition: opacity 500ms;
	}
	.team .portrait-txt {
		display: none;
		position: absolute;
		bottom: 0;
		padding: 20px 20px 40px 20px;
	}
	.team .portrait:hover .portrait-txt {
		display: block;
	}
	.team .portrait:hover .portrait-img img {
		opacity: 0.4;
	}



}




@media (max-width: 1199px) {

	main .header_img {
		max-width: 940px;
	}
	.team .portrait-img img {
		height: 293px;
	}
	
	#carousel-slider > a {
		height: 250px;
	}
	#carousel-slider .carousel-inner {
		height: 243px;
	}
	#carousel-slider .carousel-caption {
		top: 175px;
	}
}




@media (max-width: 991px) {

	main .header_img {
		max-width: 720px;
	}
	.team .portrait-img img {
		height: 220px;
	}
	.team .portrait-txt {
		font-size: 12px;
	}
	
	#carousel-slider > a {
		height: 190px;
	}
	#aboutmenu li a {
		padding: 2px 10px;
	}
	#carousel-slider .carousel-inner {
		height: 183px;
	}
	#carousel-slider .carousel-caption {
		top: 120px;
	}
}





@media (max-width: 767px) {

	main .header_img {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.team {
		margin-bottom: 50px;
	}
	.team .portrait-img img {
		height: auto;
	}
	.team .portrait-txt {
		font-size: 15px;
	}
	#shop_globalbasket {
		float: left;
	}
	#carousel-slider {
		margin-bottom: 15px;
	}
	#carousel-slider > a {
		height: initial;
	}
	#shop_list .article {
		margin-bottom: 80px;
	}
	#shop_list .article .description .post-content {
		margin-bottom: 10px;
	}
	#shop_list.shop-single-list .article {
		margin-bottom: 15px;
	}
	#shop_list.shop-single-list .shop_article_date {
	float: right;
	margin-right: 20px;
	font-family: 'KievitSlabOT-BookItalic';
	color: #fff;
	}
	#shop_list .article-wrap {
		margin-bottom: 20px;
	}

}








/*************************************
 * FOOTER
 *************************************/

footer {
    background-color: #ffecce;
    margin-top: 60px;
	font-family: 'KievitSlabOT-BookItalic';
}
footer .col-md-3 {
    margin-top: 25px;
}
footer a:hover {
    text-decoration: none;
    color: #d2232a !important;
}

/* Navigation */
#fmainmenu a,
#ftopmenu a,
#flawnmenu a {
	color: #58585b;
}
#ftopmenu li {
	font-family: 'KievitSlabOT-BookItalic';
	list-style: none;
}
#fmainmenu li,
#ftopmenu li {
	font-size: 13px;
	line-height: 20px;
}
#fmainmenu a {
    font-family: 'Akkurat-Bold';
}
#flawnmenu {
	margin-top: 36px;
}
#flawnmenu a {
    font-family: 'Akkurat';
    font-size: 11px;
}
#social-link ul {
    padding-left: 15px;
}
#social-link a img {
    vertical-align: top;
    padding-right: 10px;
	width: 35px;
}
#social-link a p {
    display: inline-block;
}
nav a:hover {
    background-color: transparent;
}
footer p {
    font-family: 'Akkurat-Light';
	font-size: 12px;
	line-height: 13px;
}
footer adress {
    display: block;
    color: #004b76;
    font-weight: normal;
    text-align: center;
    margin: 25px 0 25px 0;
}
img.srf-eins, img.srf-zwei, img.srf-info {
	height: 25px;
}
.sendezeit {
	height: 26px;
	margin: 0 0 10px 0;
}

img.srf-eins {
	width: 42.938px;
}
img.srf-zwei {
	width: 58.531px;
}
img.srf-info {
	width: 58.531px;
}

@media (max-width: 767px) {

    footer adress {
        text-align: left;
        padding: 0 30px !important;
    }

}



/*************************************
 * FLEXIs
 *************************************/

.yellow-bg {
	background: #ffecce;
	padding: 15px;
	margin: 0 15px 30px;
}

.yellow-bg h2 {
	font-size: 23px;
	line-height: 30px;
	color: #000;
}

.yellow-bg a {
	background-color: #004b76;
	color: #fff;
	font-family: 'Akkurat-Bold';
	padding: 2px;
	font-size: 12px;
	letter-spacing: 1px;
}
.yellow-bg .button--red--primary {
	margin-top: 15px;
}

.mobilespende {
	display: none;
}

.video-blue-bg {
	background-color: #fff;
	font-family: 'Akkurat-Bold';
	font-size: 12px;
	letter-spacing: 1px;
}

.yellow-bg input#variable-input,
.yellow-bg input#newsletter_email,
.yellow-bg input#newsletter_forename,
.yellow-bg input#newsletter_lastname {
	border: 0;
	padding: 2px 5px;
	margin: 10px 0 5px;
    font-family: 'Akkurat';
    font-weight: normal;
}

.yellow-bg input#newsletter_email {
	width: 70%;
}

.yellow-bg input#newsletter_forename,
.yellow-bg input#newsletter_lastname {
	width: 48%;
}

.yellow-bg .paypal-variable {
	display: none;
}

.yellow-bg .paypal-variable-visible .paypal-button-send {
	font-family: 'KievitSlabOT-BookItalic';
	color: #fff;
	padding: 2px;
	background-color: #d2232a;
	border: 0;
	font-size: 12px;
	cursor: pointer;
	line-height: 10px;
	
	/*display: inline-block;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	padding: 0px 2px;*/
}

.bild-box,
.yellow-bg {
	width: 360px;
	height: 300px;
}

.bild-box-2 {
	width: 750px;
	height: 300px;
	position: relative;
}

.bild-box,
.bild-box-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
}

.subline-wrapper {
	position: absolute;
	bottom: 30px;
	padding-right: 30px;
	width: 100%;
}
.bild-box-2 .subline-wrapper {
	padding: 0;
	bottom: 0;
}
.subline-wrapper .subline {
	background-color: rgba(255, 242, 221, .7);
	padding: 1px 10px;
}

.subline-wrapper .subline,
.subline-wrapper .subline h4 {
	color: #000;
}



/* Startseite Produkt-Liste */

.list-header {
	background-color: #004b76;
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 10px;
}

.shop-side-list {
	display: flex;
	flex-wrap: wrap;
}

.shop-side-list .listening {
	display: flex;
	background-color: #004b76;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.shop-side-list .listening:last-child {
	margin-bottom: 30px;
}

.shop-side-list .list-header h2 {
	color: #fff;
}

.shop-side-list .listening h3,
.shop-side-list .listening h3 a {
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	text-decoration: none;
	margin-bottom:0px;
}

.shop-side-list .listening .video-link-wrapper {
	flex: 0 0 52%;
	padding-right: 4%;
	max-width: 52%;
}

.shop-side-list .listening .video-bg {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.shop-side-list .listening .btn-primary {
	margin-top: 15px;
	height: 21px;
	display: inline-block;
}

.shop-side-list .listening .wrapper-right {
	flex: 0 0 48%;
	padding: 10px 10px 10px 0;
	height: auto;
	max-width: 48%;
}

.shop-side-list .listening .wrapper-right .text-wrapper {
	height: 50px;
	overflow: hidden;
}

.shop-side-list  .player-overlay {
	/*background: url(images/play-button.svg) no-repeat center center;*/
	background-size: 40px;
	width: 100%;
	height: 100%;
}

.shop-side-list .shop_article_date {
	font-size: 12px;
	font-family: 'KievitSlabOT-BookItalic';
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.shop-single-list {
	margin-top: 0 !important;
}

.shop-single-list h3 {
	font-size: 20px;
	line-height: 22px;
	height: 44px;
	overflow: hidden
}

.shop-single-list .button-more {
	float: right;
}

.shop-single-list .shop_article_date {
	float: left !important;
}

.shop-single-list .video-bg {
	height: 210px;
	background-size: 100% auto;
	background-position:center center;
}

.shop-single-list .shop_article_date {
	height: 22px;
	overflow: hidden;
	width: 270px;
}

.shop-single-list .player-overlay {
	/*background: url(images/play-button.svg) no-repeat center center;*/
	background-size: 70px;
	width: 100%;
	height: 100%;
}

.shop-single-list .video-blue-bg {
	position: absolute;
	margin-top: -40px;
	background-color: #004b76;
	color: #fff;
	padding: 0 3px;
}

.yellow-bg input#variable-input,
.yellow-bg input#newsletter_email,
.yellow-bg input#newsletter_forename,
.yellow-bg input#newsletter_lastname {
	margin-top: 0;
}

.grid.js-masonry .grid-item {
	width: 23%;
	margin: 0 2% 2% 0;
}
div#fancybox-content {
	background-color: #ffffff;
}

@media (max-width: 1199px) {
	.bild-box,
	.yellow-bg {
		width: 293px;
		height: 244px;
	}
	.yellow-bg h1 {
		font-size: 30px;
		line-height: 1;
	}
	.yellow-bg h2 {
		font-size: 19px;
		line-height: 25px;
	}
	.bild-box-2 {
		width: 616px;
		height: 244px;
	}

	.shop-side-list .listening .wrapper-right {
		padding-bottom: 6px;
	}

	.shop-side-list .listening .wrapper-right .text-wrapper {
		height: 32px;
	}

	.shop-single-list .video-bg {
		height: 156px;
	}
	.shop-single-list .shop_article_date {
		width: 215px;
	}
	.grid.js-masonry .grid-item {
		width: 31.333333%;
	}
}


@media (max-width: 991px) {
	.bild-box,
	.yellow-bg {
		width: 220px;
		height: 183px;
	}
	.yellow-bg h1 {
		font-size: 24px;
	}
	.yellow-bg h2 {
		font-size: 15px;
		line-height: 17px;
	}
	.yellow-bg input#variable-input, .yellow-bg input#newsletter_email {
		margin: 5px 0;
	}
	.bild-box-2 {
		width: 470px;
		height: 183px;
	}

	.shop-side-list .listening .wrapper-right {
		padding: 3px 10px 2px 0;
	}
	.shop-side-list .listening .wrapper-right .text-wrapper {
		height: 26px;
		margin-bottom: 1px;
	}
	.shop-side-list .listening .btn-primary {
		margin-top: 0px;
		height: 17px;
		padding-top: 1px;
	}

	.shop-single-list h3 {
		height: 22px;
	}
	.shop-single-list .shop_article_date {
		width: 140px;
	}
	.shop-single-list .video-bg {
		height: 120px;
	}
	.shop-side-list .listening h3,
	.shop-side-list .listening h3 a {
		font-size: 12px;
		line-height: 13px;
	}
	.grid.js-masonry .grid-item {
		width: 48%;
	}
}

@media (max-width: 767px) {
	.shop-side-list .listening {
		flex-basis: calc(50% - 5px);
	}

	.shop-side-list .listening:nth-child(2n+1) {
		margin-left: 10px;
	}

	.shop-side-list .listening .wrapper-right {
		padding: 12px 10px 10px 0;
	}

	.shop-side-list .listening .wrapper-right .text-wrapper {
		margin-bottom: 10px;
	}

	.bild-box,
	.bild-box-2 {
		width: auto;
		height: auto;
		background: none !important;
		margin-bottom: 15px;
	}
	.subline-wrapper {
		bottom: 0;
	}
	.bild-box img,
	.bild-box-2 img {
		width: 100%;
	}
	.yellow-bg {
		width: auto;
		height: auto;
		margin-bottom: 15px;
	}
	.yellow-bg h1 {
		font-size: 38px;
	}
	.yellow-bg h2 {
		font-size: 25px;
		line-height: 28px;
	}

	.yellow-bg input#variable-input,
	.yellow-bg input#newsletter_email,
	.yellow-bg input#newsletter_forename,
	.yellow-bg input#newsletter_lastname {
		width:32%;
	}

	.mobilespende {
		display: inherit;
	}
	.desktopspende {
		display: none;
	}
	#shop_img_klein .col-sm-6 {
		width: 100%;
	}
	.grid.js-masonry .grid-item {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 567px) {
	.shop-side-list .listening {
		flex-basis: 100%;

	}

	.shop-side-list .listening:nth-child(2n+1) {
		margin-left: 0;
	}
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 480px) {
    .incms-mobile-hidden{
        display:none !important;
    }
}

.incms-desktop-hidden{
	display:none !important;
}





/* SHOP Detail Changes WLY */
.yellow-bg a.button--red--primary,
.button--red--primary {
	background: #D2232A;
	color: white;
	padding: 10px 15px;
	transition: ease opacity 0.3s;
}
.yellow-bg a.button--red--primary:hover,
.button--red--primary:hover {
	opacity: 0.8;
	color: white;
}
.new-version--changes .shop_article_header {
	background: #333333;
	padding: 30px 9999px 40px;
	margin: -33px -9999px 0;
}

.new-version--changes p {
	font-size: 18px;
	line-height: 28px;
}

.new-version--changes .shop_article_header h1 {
	color: white;
}
.new-version--changes #shop_article_item .shop_article_header time.shop_article_date {
	color: white;
	margin-bottom: 45px;
}
.new-version--changes video {
	vertical-align: middle;
}
.new-version--changes .video__switcher ul.video__list {
	padding: 0;
	margin: 0;
}
.new-version--changes .video__switcher ul.video__list li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
	line-height: 18px;
}
.new-version--changes .video__switcher ul.video__list li {
	padding: 0;
}
.new-version--changes .video__switcher ul.video__list li a:focus,
.new-version--changes .video__switcher ul.video__list li a:hover,
.new-version--changes .video__switcher ul.video__list li.active a {
	background: rgba(255,255,255,0.3);
	text-decoration: none;
}
.new-version--changes .video__switcher ul.video__list li a:hover {
	background: rgba(255,255,255,0.1);
}
.new-version--changes .video__switcher ul.video__list .list__label {
	display: flex;
	align-items: center;
}
.new-version--changes .video__switcher ul.video__list .list__label svg {
	margin-right: 15px;
	flex-shrink: 0;
}
.new-version--changes .video__switcher ul.video__list .list__time {
	font-size: 12px;
	padding-left: 30px;
	flex-shrink: 0;
}
.new-version--changes .donation__box {
	padding: 25px 25px 45px;
	background: #00426B;
	color: white;
	position: relative;
}
.new-version--changes .donation__box p {
	font-size: 16px;
	line-height: 24px;
}
.new-version--changes #shop_article_item  .donation__box .h3 {
	color: white;
	margin-bottom: 15px;
}
.new-version--changes .donation__box .button--red--primary {
	position: absolute;
	bottom: 0;
	right: 25px;
	transform: translate(0, 50%);

}
.new-version--changes #shop_article_related .h2 {
	color: white;
	margin: 0 0 15px;
	font-weight: 300;
}
.new-version--changes #shop_article_related .shop_related_article_item {
	display: flex;
	align-items: flex-start;
}
.new-version--changes #shop_article_related .shop_related_article_item img {
	max-width: 45%;
	flex-shrink: 0;
	margin-right: 15px;
}
.new-version--changes #shop_article_related .shop_related_article_item {
	margin-bottom: 15px;
	color: white;
	transition: ease transform 0.3s;
}
.new-version--changes #shop_article_related .shop_related_article_item:hover {
	text-decoration: none;
	transform: scale(1.05);
}
.new-version--changes #shop_article_related .shop_related_article_item .shop_related_article_item_content h5 {
	color: white;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.new-version--changes #shop_article_related .shop_related_article_item .shop_related_article_item_content .video__date{
	opacity: 0.6;
	font-style: italic;
	margin-top: 10px;
	font-size: 14px;
}
.new-version--changes .shop-article_content {
	margin-top: 80px;
}
.new-version--changes .shop-article_content h5 {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	font-family: 'Akkurat';
}
.new-version--changes .stream--dates {
	padding: 0;
}
.new-version--changes .stream--dates .sidebar_date {
	padding: 20px;
}


@media screen and (max-width: 1199px) {
	.new-version--changes #shop_article_related .shop_related_article_item img {
		max-width: 40%;
		margin-right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.new-version--changes #shop_article_related .shop_related_article_item {
		width: 50%;
		padding: 0 15px;
	}
	.new-version--changes #shop_article_related .shop_related_articles {
		margin: 0 -15px;
		display: flex;
		flex-wrap: wrap;
	}
	.new-version--changes .stream--dates,
	.new-version--changes #shop_article_related {
		margin-top: 70px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.new-version--changes #shop_article_related .shop_related_article_item {
		width: 100%;
		padding: 0;
	}
	.new-version--changes #shop_article_related .shop_related_articles {
		margin: 0;
	}
	.new-version--changes #shop_article_related .shop_related_article_item img {
		max-width: 50%;
		margin-right: 15px;
	}
	.new-version--changes #shop_article_item .shop_article_header time.shop_article_date {
		margin-bottom: 30px;
	}
	.new-version--changes .video__wrapper {
		margin: 0 -15px;
	}
	.new-version--changes .donation__box {
		padding: 25px 15px 35px;
		margin: 0 -15px;
	}
	.new-version--changes .stream--dates {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -40px;
	}
	.new-version--changes .donation__box .button--red--primary {
		right: 50%;
		transform: translate(50%, 50%);
	}
	.new-version--changes p {
		font-size: 16px;
		line-height: 24px;
	}
	.new-version--changes .shop-article_content {
		margin-top: 60px;
	}
	.new-version--changes .shop-article_content h5 {
		margin: 0 0 25px;
		font-size: 20px;
		line-height: 28px;
	}
}




/* Raisenow Changes */
#tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-payment-methods>.main .payment-methods button.payment-method {
	width: 50%;
}


/* Popup Flex */
.popup__wrapper {
	position: fixed;
	background: rgba(0,0,0,0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.popup__inner {
	background: white;
	max-width: 600px;
	padding: 50px;
	position: relative;
}
.popup__closer {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.popup__closer:hover {
	opacity: 0.8;
}
@media screen and (max-width: 600px) {
	.popup__inner {
		padding: 30px;
	}

}

/* Fix for images being cropped on small screens */
.shop-single-list .video-bg {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

#shop_list .article .description .post-content {
   margin: -5px 0 30px;
}

.listening a {
    hyphens: auto;
}
