@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    font-family:'Fabrikat W00 Medium';
	font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	text-align: left;
	background-color:#fff;
}
strong{
	font-family:'Fabrikat W00 Black';
}
a{
	color:inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.navbar{
	padding:0;
}
.nav-link {
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:50px;
	padding-right:50px;
}
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right:40px;
  padding-left:40px;
 }
.navbar-brand {
    padding-top: 0;
    padding-bottom: 10px;
	margin-right: 4rem;
}
.bg-dark {
    background-color: #1c1c12 !important;
}
.nav-item:hover{
	background-color: #303028;
	color:#fff !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #303028;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #8e8f8a;
	text-align: left;
	list-style: none;
	background-color:#555752;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
	min-width:100%;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 3rem;
    clear: both;
    font-size:18px;
    color: #8c8e8b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-style: solid;
  	border-width: 0px 0px 1px 0px;
	border-color: #8c8e8b;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
	text-decoration: none;
	background-color: #8c8e8b;
}

.dropdown-toggle::after {
    display: none;
}
.gradient{
	background: rgba(204,212,217,1);
	background: -moz-linear-gradient(top, rgba(204,212,217,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,212,217,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(204,212,217,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(204,212,217,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,212,217,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(204,212,217,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd4d9', endColorstr='#ffffff', GradientType=0 );
	}

.ps_control_left, .ps_control_left:focus, .ps_control_right, .ps_control_right:focus {
    color: #fff;
	font-size: 30px;
	background: #F59500;
}
.ps_control_left:hover, .ps_control_right:hover {
    opacity: 1;
    color: #fff;
	background: #F59500;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-slider{
	margin: 0;
	padding: 0;
	position: relative;
}
.top-slider img{
	width:100%;
}
.top-slider-text-box{
	position: absolute;
	top: 20%;
	left: 20%;
}
.top-slider-text-box-text-top{
	font-size: 15px;
	color: #f6a000;
}
.top-slider-text-box-text-bottom{
	font-size:15px;
	color:#000;
	font-family:'Fabrikat W00 Black';
}
.illustration_box{
	position: relative;
}
.illustration_box_text_box{
	position: absolute;
	top:25px;
	left:18px;
}
.yellow{
	color: #f4a000;
}
.red{
	color: #ff5122;
}
.bg_gray{
	background-color:#28281e;
}
.bg_black{
	background-color:#000;
}
.bg_light_orange{
	background-color:#fce0b8;
}
.cta_container{
	background-color:#fce0b8;
	padding-top:100px;
	padding-bottom:125px;
	font-family: 'Fabrikat W00 Medium';
	font-size: 40px;
}
.cta_container a{
	text-decoration: none;
}
.cta_container a:hover{
	color:#f00;
}
.cta_container img{
	position:absolute;
	right:43px;
	top: calc(50% - 18px);
	width:45px;
}
.cta_container_inner{
	border: 3px solid #f4a000;
	padding:10px 30px 10px 30px;
	text-align: left;
	color: #f4a000;
	padding-right:80px;
	line-height: 1.2em;
}
.cta_container_inner_subline{
	margin-top:5px;
	font-size:25px;
	line-height: 1.2em;
}
.illustration_box_text_box_text{
	background-color: #fff;
	font-size: 15px;
	font-family:'Fabrikat W00 Black';
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	margin-bottom: 10px;
}
.illustration_box_text_box_text.small{
	font-size: 15px;
}

.illustration_box_subtext p{
	padding:0 !important;
	margin-bottom: 0 !important;;
	margin-top: 0 !important;
}
.illustration_box_subtext a{
	color:#f4a000;
}
.illustration_box_subtext a::after {
    content: url(../images/arrow_r.svg);
    width: 15px;
    display: inline-block;
	margin-left:10px;
}
.statement {
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 20px;
    color: #fff;
    font-family: 'Fabrikat W00 Light';
    text-align: center;
    letter-spacing: 1px;
    line-height: 0.75;
}
.statement span{
    color: #f4a000;
}
.statement strong{
    color: #f4a000;
    font-weight: normal;
    font-family: 'Fabrikat W00 Light';
}

.seminars_teaser{
	padding-top:75px;
	padding-bottom:100px;
	font-size:32px;
	text-align: left;
	color: white;
}
.seminars_teaser table{
	margin-top:20px;
	font-size: 20px;
	width: 100%;
}
.seminars_teaser tr{
	background-color: #696962;
	margin-bottom: 20px;
	display: block;
}
.seminars_teaser tr td{
	/*float:left;*/
	padding:10px 20px 10px 20px;
	border-bottom: 2px solid #28281E;
	display:block;
}
.video_container{
	padding-top:100px;
	padding-bottom:130px;
	text-align: center;
}
.video_title{
    color:#f4a000;
    margin-bottom: 30px;
}
.video_subtext{
	text-align:right;
}
.video_subtext a{
	color:#f4a000;
}
.boxed_headline{
	background-color:#f59500;
	color:#fff;
	font-size: 38px;
	/*font-family: 'Fabrikat W00 Black';*/
	font-family: 'Fabrikat W00 Medium';
	padding: 31px 15px 31px 15px;
	line-height: normal;
	letter-spacing: 1px;
	min-height: 108px;
	text-align: center;
}
.about_container{
	background: url('../images/mr_bg_2_new.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-right:0px;
	padding-left:0px;
	background-position: right top;

}
.more_info_box{
	background-color:#858681;
	text-align:right;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:33px;
}
.more_info_box_image{
	float:right;
}
.more_info_box_text{
	float:right;
	margin-top:13px;
	font-family:'Fabrikat W00 Black';
	margin-right:12px;
}
.clear{
	clear:both;
}
.top_statement{
	color:#000000;
	font-size:30px;
	font-family:'Fabrikat W00 Black';
	text-align: center;

}
.seperator{
	width:100%;
	height:1px;
	background-color:#75746f;
	margin-top:50px;
	margin-bottom:50px;
}
.listing h3{
	font-size:25px;
	font-family:'Fabrikat W00 Black';
}
.running_text h3{
	font-size:25px;
	font-family:'Fabrikat W00 Black';
}

.running_text p {
    margin-top: 0;
    margin-bottom: 0;
}

.listing ul{
	padding-left:20px;
	margin-top:30px;
}
.listing ul li{
	margin-bottom: 15px;
	padding-left: 15px;
	list-style-image:url("../images/list_dot.png");
}

.customer_comments .seperator{
	margin-top:30px;
	margin-bottom:30px;
}
.audio_headline{
	/*font-family:'Fabrikat W00 Black';*/
	color: #f4a000;
	margin-bottom:20px;
    text-align: left;
}
.audio_description{
	color:#B3B3B3;
	font-size:10px;
	margin-top:10px;
	margin-bottom:20px;
}
.audio_take_headline{
	color:#fff;
	font-size: 20px;
}
.audio_player{
	width: 100%;
	text-align: center;
	margin-bottom:20px;
	margin-top:10px;
}
.xsidemenuitem {
    width: 100%;
    padding: 10px 5px 10px 5px;
    color: #fff;
    font-weight: 400;
}
.rotation {
	writing-mode: tb-rl;
    transform: rotate(-180deg);
}
.side_menu{
	display:none;
}
.sidemenu_item{
	width: 100%;
    padding: 10px 5px 10px 5px;
    color: #fff;
    font-size:18px;
	background-color: #1b1f22;
}
.sidemenu_item.social_media{
	margin-bottom: 2px;
	padding: 0;
	transform: none;
}
.sidemenu_item a{
	color:#fff;
	text-decoration: none;
}
.sidemenu_item.active{
	background-color: #525659;
}
.sidemenu_item.orange{
	background-color: #f4a000;
}
.sidemenu_item:hover{
	background-color: #525659;
}
.sidemenu_item.orange:hover{
    background-color: #FFB833;
}

.product_overview_container{
	background-color: #fff;
	width:100%;
	padding:50px 25px 25px 25px;
}
.product_overview_image{
	padding-right:20px;
}
.product_overview_image img{
	-webkit-box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.6);
	box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.6);
}
.product_overview_details{
	/*position:absolute;
	margin-top: 30px;
	bottom:0;
	left:0;
	width:100%;*/
}
.product_overview_title{
	font-size:20px;
	font-family:'Fabrikat W00 black';
}
.product_overview_subtitle{
	font-size:14px;
	margin-top: 10px;
	font-family:'Fabrikat W00 medium';
	color: #505050;
}
.product_overview_more{
	margin-top: 10px;
	color:#F59500;
	font-size:14px;
}
.product_overview_price{
	font-size: 25px;
	margin-top:30px;
}

/* Sonderpreis-Block: ruhig, nicht billig */
.product_price_block{
	margin-top: 30px;
}
.product_price_block--special .product_overview_price_original{
	display: block;
	font-size: 15px;
	color: #6c757d;
	text-decoration: line-through;
	margin-bottom: 4px;
}
.product_price_block--special .product_overview_price_current{
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #212529;
}
.product_price_block__label{
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fe5222;;
	margin-bottom: 6px;
}

.product_overview_mwst_versand{
	margin-top: 10px;
	font-size: 12px;
	color: #505050;
}
.product_overview_mwst_versand span{
	color: #fe5222;
}

.product_overview_type{
	margin-top: 10px;
	font-size: 12px;
	color: #505050;
}
.product_overview_stars{
	margin-top:20px;
}
.product_overview_stars_text{
	font-size:14px;
	margin-top: 5px;
	font-family:'Fabrikat W00 medium';
	color: #212529;
}
.product_overview_into_sc{
	margin-top: 10px;
}
.product_overview_not_available{
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	color: #fe5222;
}
/*----------------------------------------------------------------------------*/
.product_detail_container{
	background-color: #fff;
	width:100%;
	padding:50px 50px 50px 50px;
}
.product_detail_image{
	padding-right:20px;
}
.product_detail_image img{
	-webkit-box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.6);
	box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.6);
}
.product_detail_details{
	/*position:absolute;
	margin-top: 30px;
	bottom:0;
	left:0;
	width:100%;*/
}
.product_detail_title{
	font-size:20px;
	font-family:'Fabrikat W00 black';
}
.product_detail_subtitle{
	font-size:14px;
	margin-top: 10px;
	font-family:'Fabrikat W00 medium';
	color: #505050;
}
.product_detail_more{
	margin-top: 10px;
	color:#F59500;
	font-size:14px;
}
.product_detail_price{
	font-size: 25px;
	margin-top:30px;
}
.product_detail_mwst_versand{
	margin-top: 10px;
	font-size: 12px;
	color: #505050;
}
.product_detail_mwst_versand span{
	color: #fe5222;
}

.product_detail_type{
	margin-top: 10px;
	font-size: 12px;
	color: #505050;
}
.product_detail_stars{
	margin-top:20px;
}
.product_detail_stars_text{
	font-size:14px;
	margin-top: 5px;
	font-family:'Fabrikat W00 medium';
	color: #212529;
}
.product_detail_into_sc{
	margin-top: 20px;
}
.shop_button_detail{
	background-color: #fe5222;
	color:#fff;
	font-family:'Fabrikat W00 Black';
	padding:8px 3px 8px 3px;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	max-width: 200px;
	min-width:160px;
}
.seperator_light{
	width:100%;
	height:1px;
	background-color:#e5e5e5;
	margin-top:20px;
	margin-bottom:20px;
}
.seperator_white{
	width:100%;
	height:2px;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:50px;
}
.product_detail_description{

}
.product_detail_description_subtitle{
	font-family:'Fabrikat W00 Black';
	margin-bottom:10px;
}
/*----------------------------------------------------------------------------*/
.shop_button{
	background-color: #fe5222;
	color:#fff;
	font-family:'Fabrikat W00 Black';
	padding:8px 15px 8px 15px;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.shop_button.large{
	padding:16px 30px 16px 30px;
	font-size: 16px;
}
.shop_button.gray{
	background-color: #5a6268 !important;
}
.shop_button:hover{
	background-color:#FF7F5B;
	color:#fff;
}
.shop_button.kindle{
	background-color: #f69f00;
}

.product_tease_container{
	background-color: #fff;
	width:100%;
	padding:25px 25px 25px 25px;
}
.products_teaser_headline{
	color:#000;
	font-size:35px;
	font-family:'Fabrikat W00 Black';
}
.products_teaser_headline span{
	color:#f69f00
}
.products_teaser_sub_headline{
	color:#000;
	font-size:23px;
}
.sc_sidebar{
	/*position:fixed;*/
    position:absolute;
	top:125px;
	right:0;
	width:103px;
	height:206px;
	background-image: url('../images/sc_icon.svg');
	z-index: 1000;
	cursor: pointer;
}
.sc_sidebar_inner{
	position:absolute;
	top:72px;
	right:15px;
	font-family:'Fabrikat W00 Black';
	color:#fff;
	font-size: 16px;
	text-align: center;
	width:42px;
}


.sc_table_summary{
	background-color: #fff;
	width: 100%;
	font-size:19px;
}
.sc_table_summary td{
	padding:0px 10px 0px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #DDE2E5;

}
.sc_table_summary tr{
	height:50px;
}

.sc_table{
	background-color: #fff;
	width: 100%;
	font-size:19px;
}

.sc_table th{
	font-family:'Fabrikat W00 Black';
	font-size:19px;
	letter-spacing: 1px;
	height:50px;
	border-bottom: 1px solid #DDE2E5;
}
.sc_product_title span{
	font-size: 14px;
	color:#505050;
	letter-spacing:1px;
}




.footer_address{
	font-size:20px;
	font-family:"Fabrikat W00 Regular";
	text-align: center;
}
.footer_address_2{
	text-align: center;
	font-size:20px;
	font-family:"Fabrikat W00 Regular";
	color: #454441;
}


h1.headline_flow{
	font-size: 45px;
	font-family:'Fabrikat W00 Black';
}
h1.headline_flow.mediathek{
    color:#fff;
    margin-top: 30px;
    margin-left:30px;
}


h1.headline_teaser_shop{
	font-size: 35px;
	font-family:'Fabrikat W00 Black';
}
h3.headline_flow{
	font-size: 30px;
	font-family:'Fabrikat W00 Black';
}
.flow_bold{
	font-family:'Fabrikat W00 Black';
	letter-spacing: 1px;
}















.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
#cycler{position:relative; cursor: pointer;}
#cycler img{position:absolute;z-index:1;background-color:white}
#cycler img.active{z-index:3}

.sliderControlLeft{
	position: absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	background-color:rgb(0,0,0,0.41);
}
.sliderControlRight{
	position: absolute;
	top:0;
	right:0;
	width:50px;
	height:100%;
	background-color:rgb(0,0,0,0.41);
}
.sliderControlArrow{
	position: absolute;
	width:19px;
	height:56px;
	top: calc(50% - 28px);
	right:15px;
}
.stars{
	width:97px;
	height:17px;
	background-image: url('../images/stars.png');
	background-repeat: no-repeat;
}
.stars_0_0{
	background-position: 0 0px;
}
.stars_0_5{
	background-position: 0 -17px;
}
.stars_1_0{
	background-position: 0 -34px;
}
.stars_1_5{
	background-position: 0 -51px;
}
.stars_2_0{
	background-position: 0 -68px;
}
.stars_2_5{
	background-position: 0 -85px;
}
.stars_3_0{
	background-position: 0 -102px;
}
.stars_3_5{
	background-position: 0 -119px;
}
.stars_4_0{
	background-position: 0 -136px;
}
.stars_4_5{
	background-position: 0 -153px;
}
.stars_5_0{
	background-position: 0 -170px;
}
.arrowRow{
	height:18px
}
.arrowRow .col-12{
	height:18px;
	text-align: center;
	margin:0;
	padding:0;
	line-height: 0;

}
.arrowRow .col-12 img{
	vertical-align: inherit;
}
.footer_image_container{
	text-align:center;
}
.footer_image{
	max-width:60%
}
.trennung{
	text-align: justify;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	/*hyphenate-limit-chars: 10 4 4;*/
}
.no-trennung{
	text-align: left !important;
	overflow-wrap: normal !important;
	word-wrap:normal !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	 hyphens: none !important;
}
.gallery_image_container{
	background-repeat: no-repeat;
	background-size: contain;
}
.gallery_container{
	padding:15px;
	background-color: #fff;
}
.gallery_image_text{
	margin-top: 15px;
}
.gallery_image_text a{
	text-decoration: none;
	color:#F59500;
}

.download_area_header{}
.download_area_header_krone{
	float:left;
	width:32px;
}
.download_area_header_headline{
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.download_area_files_valid_until{
	font-size:16px;
	margin-bottom:30px;
	margin-left:42px;
}
.download_area_content_left{
	padding:0px 45px 0px 45px;
	border-right: 1px solid #707070
}
.download_area_files_block{
	margin-bottom:15px;
}
.download_area_files_block_arrow{
	float:left;
	width:10%;
}
.download_area_files_file_block{
	float:left;
	width:90%;
}
.download_area_files{
	margin-left: 42px;
}

.download_area_files_file{

}
.download_area_files_subline{
	font-size:16px;
}
.top_slider_blende{
	position:absolute;
	bottom: -12%;
	left: 0;
	z-index: 100;
    width:100%;
}
.top_slider_blende img{
	width: 100%;
}
.top_box_gradient{
	background: rgba(249,250,250,1);
	background: -moz-linear-gradient(top, rgba(249,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,250,250,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(249,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(249,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(249,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#ffffff', GradientType=0 );
}
.fit {
  display: inline-block;
  white-space: nowrap;
}
.error_message{
	color:darkred;
	font-size: 12px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
	max-width: 100%;
	width: 600px;
	left: 0;
	right:0;
	margin:auto;
}
.video_container_subtitle {
	margin-top:10px;
	color:white;
}
.mediathek_headline_box{
    width:350px;
    margin:auto;
}
.mediathek_headline_box div{
    float:left;
}
a.arrow_link::after {
    content: url(../images/arrow_r.svg);
    width: 15px;
    display: inline-block;
	margin-left:10px;
}

.btn-rossie {
    color: #fff;
    background-color: #fe5222;
    border-color: #fe5222;
    font-family: 'Fabrikat W00 Black';
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-rossie:hover {
    color: #fff;
    background-color: #FF7F5B;
    border-color: #FF7F5B;
}
.btn-rossie.focus, .btn-rossie:focus {
    color: #fff;
    background-color: #FF7F5B;
    border-color: #FF7F5B;
}
.btn-rossie.disabled, .btn-rossie:disabled {
    color: #fff;
    background-color: #FF7F5B;
    border-color: #FF7F5B
}
.btn-rossie:not(:disabled):not(.disabled).active, .btn-rossie:not(:disabled):not(.disabled):active, .show > .btn-rossie.dropdown-toggle {
    color: #fff;
    background-color: #FF7F5B;
    border-color: #FF7F5B
}
.btn-rossie:not(:disabled):not(.disabled).active:focus, .btn-rossie:not(:disabled):not(.disabled):active:focus, .show > .btn-rossie.dropdown-toggle:focus {

}
.trenner{
	height:1px;
	width:100%;
	background-color: #d0d0ce;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog_overview_container{
	background-color: #fff;
	width:100%;
	padding:15px;
}
.blog_detail_container{
	background-color: #fff;
	width:100%;
	padding: 60px 30px 30px 30px;
}

.blog_overview_headline{
	margin-bottom: 10px;
}
.blog_overview_headline a{
	text-decoration: none;
	color:inherit;
}
.blog_overview_preview_text{
	margin-bottom: 10px;
}
.blog_overview_preview_text p:last-child:after {
	content: " […]";
}
.blog_overview_detail_button{

}
.blog_detail_content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.blog_detail_content iframe{
	max-width:100%
}

iframe{
	border: none !important;
}
