
/* --------------------------------------------------------------------------------
 * Globals
 * ----------------------------------------------------------------------------- */



 .col_magenta
 {
	 color:#b90f5f!important;
 }
 
 .col_purpur
 {
	 color:#b8105e!important;
 }
 
 .col_blue
 {
	 color:#2fc8d8!important;
	 color:#4bbed0!important;
 }
 .col_white
 {
	 color:#fff;
 }
  .col_black
 {
	 color:#333333;
 }

 
.bgr-color-grey
{
	background-color:#f7f7f7!important;
}
 
.bgr-color-blue
{
	background-color:#003650!important;
}

 
.bgr-color-purpur
{
	background-color:#b8105e;
}
 
.txt_highlight
{
	background-color:#2fc8d8!important;
	padding:6px; 
	padding-left:12px;
	padding-right:12px;
	margin-bottom:12px;
	display:inline-block;
	font-size:16px;
	color:#fff;
}

.mb60
{
	margin-bottom:60px;
}

.onlymobile
{
	display:none;
}

a.nolnkclass
{
	color:initial;
}
.clearbox
{
	clear:both;
}

body{
	font-family: AkkoPro-Regular, sans-serif;
	min-width:320px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: AkkoPro-Regular;
}

h1
{
	color:#333333;
}

h2{
	text-transform:uppercase;
	font-size:1.85em;
	line-height: 1.15em;
}
h3
{
	font-size:1.7em;
	line-height: 01.20em;
}

h3.intend
{
    line-height: 01.20em;
    height: 64px;
}

h4
{
	font-size:2.0em;
	margin-left: 1.25%;
	margin-right: 1.25%;
	text-transform:uppercase;
	letter-spacing: 1.05px;
}
.imprint .ce_text h4
{
	font-size:1.3em;
	margin-left: 0%;
}

p
{
	font-family: AkkoPro-Regular;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:23px;
}

.imprint .ce_text ul
{
	margin-left:24px;
}

.imprint .ce_text li
{
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:23px;
	list-style:disc;
}


.align-center
{
	text-align:center;
}

.bottom36
{
	margin-bottom:36px;
}

.bottom162
{
	margin-top:162px;
}

.top24
{
	margin-top:24px;
}
/* --------------------------------------------------------------------------------
 * Layout
 * ----------------------------------------------------------------------------- */
body {
    display: block;
    /*max-width: 1920px;*/
    margin: auto;
	font-family: AkkoPro-Regular, sans-serif
}

#wrapper {
	position: relative;
	background: #ffffff;
}

#header_offset,
#header,
#container,
#section,
#footer,
#footer_main,
#footer_bottom {
    clear: both;
    display: block;
	position: relative;
}

#header_offset {
    /*position: fixed;*/


	/*position: fixed;*/
    top: 0;
	left: 0;
	right: 0;
	height:180px;
    
	z-index: 9000;
	-webkit-transition: transform 0.25s ease-in-out 0.1s;
	-moz-transition: transform 0.25s ease-in-out 0.1s;
	transition: transform 0.25s ease-in-out 0.1s;
	
    display: block;
	background-color:#202d3d;
}

.inside-contentwidth
{
	max-width:1440px;
	margin:auto;
	position:relative;
	display:block;
    padding-left: 20px;
    padding-right: 20px;	
}

.inside-contentwidth:after{
	content: "";
	display: table;
	clear: both;
}

#service-bar
{
	height:44px;
	box-sizing:border-box;
	background-color:#303c4a;
	border-bottom: 2px solid #1c2836;
	padding-top:10px;
	color:rgba(255,255,255,0.5);
	
	font-family: AkkoPro-Light;
    font-weight: 500;
    font-size: 0.95em;
	
}

.service-bar-tel
{
	float:left;
	
}

.service-bar-tel a
{
	color:rgba(255,255,255,0.5)!important;
}

.service-bar-tel:before{
	content: url(../elements/ultramedia__0016_earphone_trans.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:3px;
}

.service-bar-mail
{
	float:right;
	width: 175px;
	
}

.service-bar-mail a
{
	color:rgba(255,255,255,0.5);
}

.service-bar-mail a:hover
{
	color:#e30713;
}

.service-bar-mail:before{
	content: url(../elements/ultramedia__0026b_email_big-trans.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:3px;
}

.service-bar-language
{
	float:right;	
	margin-left:20px;
	width:120px;
}

.service-bar-language:before{
	content: url(../elements/ultramedia__0019_sprache_trans.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:3px;
}

#logo-bar
{
	height:93px;
	position:relative;
	display: block;
    float: unset;
}
#logo-bar .inside-contentwidth
{
	height:93px;
}

#logo-bar .logo-bar-links{
	position: absolute;
    right: 0;
    top: 0;
	display:inline-block
}
#logo-bar .logo-bar-links a {
	color:#fff;
}
#logo-bar .logo-bar-links li{
	float:left;
	padding-top:42px;
	margin-right:20px;
	color:#fff;
	font-family: AkkoPro-Light;
}

#logo-bar .logo-bar-links li.item_1
{
	width:140px;
}

#logo-bar .logo-bar-links li.item_1:before{
	content: url(../elements/ultramedia__0047_people_white.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:3px;
}

#logo-bar .logo-bar-links li.item_2
{
	width:210px;
}

#logo-bar .logo-bar-links li.item_2:before{
	content: url(../elements/ultramedia__0043_download_white.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:3px;
}
#logo-bar .logo-bar-links li.item_3
{
	width:120px;
}

#logo-bar .logo-bar-links li.item_3:before{
	content: url(../elements/ultramedia__0045_sheet_white.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:3px;
}


#navigation-bar
{
	border-top: 2px solid #303c4a;
	border-bottom: 2px solid #303c4a;
	height:45px;
	color:#fff;
}

#navigation-bar .col1 {
	width: 60%;
	float:left;
}
#navigation-bar .col2 {
	width: 40%;
	float:left;
	right: 0;
    position: absolute;
	margin-right:20px;

}

#navigation-bar #quicksearch
{
	padding-top:8px; 
	float:right;
	margin-bottom:0px;
	
}

#navigation-bar #quicksearch .widget
{
	float:left;
}

#navigation-bar #quicksearch .widget-text input
{
	height:28px;
	font-family: AkkoPro-Light, sans-serif;
	-moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;	
	border-style: solid;
    border-width: 1px;
    border-color: grey;
	padding-left:6px;
	font-size:13px;
	color:#000;
}

#navigation-bar #quicksearch button
{
	width:47px;
	height:27px;
	color:#fff;
	background-color:#e30713;
	border:0px;
	padding:0px;
	-moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;	
	text-indent:-999em;
	background-image: url(../elements/ultramedia_suche.png);
	background-size:contain;
	background-position-x: 6px;
	
}

#service-bar:after, 
#logo-bar:after,
#quicksearch:after {
	content: "";
	display: table;
	clear: both;
}

#headlogo
{
	position:absolute;
	top:30px;
	height:34px;
	width:196px;
	display:block;
	background-image: url(../elements/ultramedia-logo.svg);
	background-repeat:no-repeat;
	z-index:9999;
}

#headlogo{
	top: 19px;
    height: 59px;
    width: 211px;
}

#header, .mod_rocksolid_slider {
	height:600px;
}
body.down #header_offset {
	position:fixed;
    -webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	background-color:#fff;
}
body.contentpage.down #header_offset {
	background-color:#f5f5f5;
	max-width:unset;
	
}
body.contentpage.down #headlogo
{
	left:27px;
}
body.contentpage.down #header_offset .inside{
	position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 20px;
    padding-right: 20px;
	box-sizing: border-box;
	    display: block;
}

body.contentpage.down #header_offset .inside:after{
	content: "";
	display: table;
	clear: both;
}


#header_offset1 > .inside {
	height: 130px;
    padding-left: 20px;
    padding-right: 20px;
}

#header_offset > .inside,
{
    display: block;
    margin: auto;
    max-width: 1520px;
}

.mod_article .content-container
{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

/*.startpage .mod_article .content-container::before,
.startpage  #header_offset::before
{
	content: " ";
    position: absolute;
    width: 60px;
    height: 100%;
    display: inline-block;
    background-color: yellow;
    margin-left: -60px;
    overflow: visible;
    top: 0px;
}

.startpage .mod_article .content-container::after,
.startpage #header_offset::after
{
	content: " ";
    position: absolute;
    width: 60px;
    height: 100%;
    display: inline-block;
    background-color: yellow;
    margin-right: -60px;
    overflow: visible;
    top: 0px;
}*/

.mod_article.full-width-1920,
.contentpage.type-a .mod_article,
.gallerypage .mod_article
{
    display: block;
    margin: auto;
    max-width: 1920px;	
	padding-left:2.5%;
	padding-right:2.5%;
/*	background-color:green;*/
}

.mod_article.full-width-screen
{
    display: block;
	width:100%;
	padding-left:0%;
	padding-right:0%;
		/*background-color:yellow;*/
}

.mod_article.full-width-screen.contentcolumn
{
    display: block;
	/*width:100%;*/
		/*background-color:red;*/
	padding-left:0%;
	padding-right:0%;	
	margin:auto;
}

.mod_article.full-width-screen.contentcolumn .content-container
{
	display: block;
    margin: auto;
    max-width: 1540px;	
	padding-left:0%;
	padding-right:0%;
	/*background-color:blue;*/
}

.mod_article.full-width-screen.contentcolumn.content-width-1760 .content-container
{
	max-width:1760px;
}

.mod_article.full-width-screen.contentcolumn.content-width-1440,
.mod_article.full-width-screen.contentcolumn.content-width-1440 .content_container
{
	max-width:1440px;
	padding-left:20px;
	padding-right:20px;
	
}

.contentpage2 #container
{

	max-width:1440px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;

}


.mod_article.full-width-screen.contentcolumn.content-width-1200 .content-container
{
	max-width:1200px;
}

/*
.content-container{
	content: "";
  display: table;
  clear: both;
} */

#header_offset1 .header_logo {
    display: block;
    float: left;
    position: relative;
    top: 50px;
}

#header_offset .header_logo > a {
    display: block;
	width: 100%;
	height: 100%;
}

#header_offset .header_logo > a > img.logo {
	display: block;
	width: 194px;
	height: 34px;
}

#header_offset .header_topbar {
    float: right;
    clear: right;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

#header_offset .header_topbar > .contactbar,
#header_offset .header_topbar > .sociallinks,
#header_offset .header_topbar > .mod_changelanguage {
    float: left;
    position: relative;
}

#header_offset .header_topbar > .contactbar > a {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #666666;
    padding-left: 12px;
    padding-right: 12px;
}

#header_offset .header_topbar > .contactbar > span {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}

#header_offset .header_topbar > .contactbar > span.phone {
    padding-left: 12px;
    color: #666666;
}

#header_offset .header_topbar > .sociallinks {
    margin-left: 60px;
}

#header_offset .header_topbar > .sociallinks ul {
    clear: both;
    overflow: hidden;
    margin: 0;
}

#header_offset .header_topbar > .sociallinks li {
    float: left;
    position: relative;
    margin: 0 0 0 10px;
}

#header_offset .header_topbar > .sociallinks li > a > .fa {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666666;
    vertical-align: text-bottom;
}

#header_offset .header_topbar > .sociallinks span {
    text-indent: -9999em;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}


/*#header {
    background-color: rgb(240,242,242);
}*/ 

/*.contentpage #header_offset {
	border-bottom: 12px solid #f0f2f1;
}*/

body.categorypage #header > .inside {
    display: block;
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.columnpage #container {
    padding-left: 20px;
    padding-right: 20px;
}

body.sidebar #main {
    width: 66.6667%;
	margin-right: 8.3333%;
}

body.sidebar #left,
body.sidebar #right {
    width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

body.sidebar #left > .inside,
body.sidebar #right > .inside {
	padding-top: 0px; /*75px*/
	padding-bottom: 0px; /*75px*/
}

#footer {
	margin-top:60px;
    background-color: #303c4a;
}

#footer .rs-columns
{
	margin-bottom:50px;
}

#footer h5
{
	font-size:21px;
	margin-top:50px;
	margin-bottom:25px;
}

#footer p
{
	margin-bottom:8px;
}

#footer p.only_indent
{
	margin-left:27px;
	margin-top:0px;
	margin-bottom:12px;
}
#footer p.icon_location:before{
	content: url(../elements/ultramedia__0032_pin_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}
#footer p.icon_location
{
	margin-bottom:3px;
}

#footer p.icon_tel:before{
	content: url(../elements/ultramedia__0030_fon_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}

#footer p.icon_mail:before{
	content: url(../elements/ultramedia__0028_email_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}

#footer p.icon_chat:before{
	content: url(../elements/ultramedia__0042_tv_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}
#footer p.icon_chat
{
	margin-bottom:3px;
}

#footer p.icon_camping:before{
	content: url(../elements/ultramedia__0036_map_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}



#footer p.icon_support:before{
	content: url(../elements/ultramedia__0048_people_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}
#footer p.icon_support
{
	margin-bottom:3px;
}

#footer p.icon_docs:before{
	content: url(../elements/ultramedia__0046_sheet_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}

#footer p.icon_docs
{
	clear:both;
}
#footer p.icon_downloads:before{
	content: url(../elements/ultramedia__0044_download_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}
#footer p.icon_profile:before{
	content: url(../elements/ultramedia__0032_pin_red.png);
	display:inline-block;
	position:relative;
	margin-top:1px;
	float:left;
	margin-right:7px;
}
#footerlogo {
	position:absolute;
	top:0px;
	left:24px;
	height:131px;
	width:131px;
	display:block;
	background-image: url(../elements/mm-logo.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#footersocial
{
	position:absolute;
	right:0;
	top:40px;
	margin-right:24px;
	
}

#footersocial a
{
	font-family:"Miso",sans-serif;
	color:#fff;
	margin-left:24px;
	font-size:20px;
}

#footerbottom a
{
	color:#fff;
	font-size:17px;
}

#footer_bottom ul
{
	margin:auto;
	max-width: 576px;
}

#footer_bottom li
{
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#footersocial a:hover, #footerbottom a:hover
{
	color:#e30713!important;
}

#footerbottom
{	
	font-family:"Miso",sans-serif;
	color:#fff;
	position: absolute;
    color: #fff;
    right: 0px;
    top: 100px;
	font-size:17px;
	margin-right:24px;
}
	
#footer .ce_text 
{
	color:#fff;
}

#footersocial img {
    width: 30px;
    margin-left: 10px;
}

/*#footer .inside
{
    display: block;
    margin: auto;
    max-width: 1520px;
}

#footer .footer_top {
	padding-top:160px;
	text-align: center;
}*/

#footer .footer-top{
	clear:both;
	height:100px;
}

#footer .footer-main{
	clear:both;
	height:200px;
}

#footer .footer-bottom{
	clear:both;
	height:100px;
}

#footer .mod_sitemap 
{
	margin-top:124px;
	width:83.33333%;
	overflow:visible;
	float:left;
}


#footer .mod_sitemap ul
{
	box-sizing:border-box;
	position:relative
}

#footer .mod_sitemap ul li.submenu
{
	width:20%;
	padding-left:5px;
	padding-right:50px;
	float:left;
	
}

#footer .mod_sitemap ul li.submenu > a,
#footer .mod_sitemap_contact li.first
{
	display:block;
	padding-bottom:12px;
	    font-family: "DIN2014-Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #118ba3;
}

#footer .mod_sitemap ul li.submenu.first:before
{
	content:url(../elements/footer_icon_1_c.png);
	position:absolute;
	top:-64px;
}

#footer .mod_sitemap ul li.submenu.menu2:before
{
	content:url(../elements/footer_icon_2_f.png);
	position:absolute;
	top:-64px;
}

#footer .mod_sitemap ul li.submenu.menu3:before
{
	content:url(../elements/footer_icon_3_p2.png);
	position:absolute;
	top:-64px;
}

#footer .mod_sitemap ul li.submenu.menu4:before
{
	content:url(../elements/footer_icon_4_n.png);
	position:absolute;
	top:-64px;
}

#footer .mod_sitemap ul li.submenu.menu5:before
{
	content:url(../elements/footer_icon_5_p3.png);
	position:absolute;
	top:-64px;
}

#footer .mod_sitemap ul li.submenu li
{
	padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    border-bottom: 2px dotted;
}

#footer .mod_sitemap ul li.submenu li a
{
	color:#000;
}
#footer .mod_sitemap ul li.submenu li.last
{
	border-bottom:0px!important;
}


#footer .mod_sitemap_contact
{
	margin-top:124px;
	width:16.666666%;
	float:left;
	overflow: visible;
    display: block;
    position: relative;
}

#footer .mod_sitemap_contact ul li.first:before
{
	content:url(../elements/footer_icon_6_i.png);
	position:absolute;
	top:-64px;
}

#footer .mod_sitemap_contact li.contact_tel,
#footer .mod_sitemap_contact li.contact_mail
{
	padding-top:6px;
}

#footer .mod_sitemap_contact li.contact_tel:before
{
	content:url(../elements/contact_tel.png);
	position:relative;
	top:4px;
	padding-right:6px;
}

#footer .mod_sitemap_contact li.contact_mail:before
{
	content:url(../elements/contact_mail.png);
	position:relative;
	top:4px;
	padding-right:6px;
}

#footer .footer_bottom
{
	text-align:right;
	clear:both;
	position: relative;
    height: 77px;
}
#footer .footer_bottom ul
{
	position:absolute;
	right:0px;
}
#footer .footer_bottom ul li
{
	float:left;
	padding-right:35px;
}
#footer .footer_bottom ul li.item_impressum, 
#footer .footer_bottom ul li.item_datenschutz 
{
	padding-top:34px;
}

#footer .footer_bottom ul li.item_partner_2
{
	padding-top:6px;
}
#footer .footer_bottom ul li.item_partner_3
{
	padding-top:7px;
}


#footer_main {
	
	background-color: rgb(240,242,242);
}

#footer_bottom {
	background-color: rgb(255,255,255);
	padding-top:10px;
}

#footer_bottom
{
	background-color:#202d3d;
	height:65px;
}
#footer_bottom,
#footer_bottom a {
    color: #8a919b;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
}

#footer .ce_toplink {
    background-color: rgb(0,150,54);
    bottom: 20px;
    height: 40px;
    position: fixed;
    right: 20px;
    -webkit-transition: transform 0.25s ease-in-out 0.1s;
	-moz-transition: transform 0.25s ease-in-out 0.1s;
	transition: transform 0.25s ease-in-out 0.1s;
    width: 40px;
    z-index: 9999;
}

#footer .ce_toplink > a {
    color: #fff;
    position: absolute;
    text-indent: -9999em;
}

#footer .ce_toplink > a::after {
    content: "?";
    font-size: 3.2rem;
	font-weight: normal;
    height: 40px;
    left: -1px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
    width: 40px;
}

#footer .ce_image.footer-logo {
    margin-top: 45px;
    margin-bottom: 60px;
}

.contentpage.content #container .row
{ display: block;
    margin: auto;
    max-width: 1520px;
}

.contentpage.content #container #main
{ 
	box-sizing:border-box;
	width:66%;
	padding-right:60px;
}
.contentpage.content #container #right
{ 
	width:33%;
}



a:hover
{
	color:#e30713!important;
  text-decoration: none !important;	
}


.neutral #wrapper
{
	background-color:#f7eeee;
	padding-top:48px;
}

.neutral #container
{
	background-color:#fff;
	margin-top:0px!important;
	padding-top:24px;
}

.neutral h3
{
	height:auto!important;
}



#main .formbody
{
	margin-bottom:36px;
}

#main .formbody label {
    display: none;
}

#main input, #main select, #main textarea {
    width: 80%;
    padding: 6px;
    margin-bottom: 15px;
}

#main .formbody .checkbox_container
{
	width:80%;
	border:0px;
}

#main .formbody .checkbox_container input
{
	width:unset;
	float:left;
}

#main .formbody .checkbox_container label
{
	display:block;
	margin-left:25px;
	font-size:14px;
}

#main .formbody .widget-checkbox + .explanation
{
	width:80%;
	border:0px;
	margin-left:37px;

	
}
#main .explanation p
{
	font-size:14px!important;
}
/* --- Article
 * ---------------------------------------- */


.ce_text.ce_teaser {
	margin-top:24px;
	margin-bottom:24px;
}
 
.ce_text.ce_teaser p
{
	font-size:18px;
	line-height:27px;
	color:grey;
	max-width:80%;
}

.contentpage2 #main a
{
	font-family: "AkkoPro-Medium", sans-serif;
}
 
a.button-red {
	 
	padding-left: 20px;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    background-color: #e30713;
	color:#fff;
    display: inline-block;
	border:0px;
	font-family: "AkkoPro-Regular", sans-serif;	
}

a.button-red:hover
{
	color:#fff!important;
	background-color:#ff3943;
}

a.button-white {
	 
	padding-left: 20px;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 11px;
    background-color: #fff;
	color:#e30713;
    display: inline-block;	
	font-family: "AkkoPro-Regular", sans-serif;	
}

a.button-darkblue,
p.more a, button, p.back a,
.submit.button-darkblue
{
	border:0px;
	padding-left: 20px;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    background-color: #202d3d;
	color:#fff;
    display: inline-block;	
	font-family: "AkkoPro-Regular", sans-serif;	
}

a.button-darkblue:hover, p.back a,
p.more a:hover, button:hover
{
	color:#fff!important;
	background-color:#303c4a;
}

a.more_box, .more_btn {
	 
	padding-left: 28px;
    padding-top: 10px;
    padding-right: 28px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 16px;
    border: 1px #7c7c7b solid;
    color: #7c7c7b;
    display: inline-block;
	background: transparent
	
}

.ce_text p.more 
{
	margin-top:36px;
	display:block;
}
 
.article-wrapper:not(.article-fullwidth) {
    padding-left: 20px;
    padding-right: 20px;
}

.contentpage .article-wrapper:not(.article-fullwidth) {
    padding-left: 0px;
    padding-right: 0px;
}

#header .article-wrapper {
    padding: 0;
}

.article-wrapper.article-background-v1,
.article-wrapper.article-background-v2 {
	background-color: rgb(242, 242, 242);
}

.article-wrapper.article-background-v2 {
    background-image: url("/files/theme/default/images/wendepunkt_layer_signet.svg");
    background-size: auto;
    background-position: left -140px center;
    background-repeat: no-repeat;
    position: relative;
}

.article-wrapper.article-background-image {
    background-image: url("/files/theme/default/images/source.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}

.article-wrapper.article-background-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.article-wrapper.article-background-image .ce_headline.section {
    color: #ffffff;
}

.article-wrapper:not(.article-fullwidth) > .mod_article {
    display: block;
    margin: auto;
    max-width: 1420px;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.article-wrapper.article-background-v1 > .mod_article,
.article-wrapper.article-background-v2 > .mod_article {
    padding-bottom: 15px;
}

.article-wrapper.article-background-image > .mod_article {
    padding-top: 90px;
    padding-bottom: 45px;
}

#header .article-wrapper > .mod_article {
    padding-bottom: 0;
    padding-top: 0;
    max-width: none;
}

#header_offset + #container .mod_article {
    padding-top: 0;
}

#footer_main.article-wrapper > .mod_article {
    padding-top: 45px;
    padding-bottom: 60px;
}

#footer_bottom.article-wrapper > .mod_article {
    padding-top: 20px;
    padding-bottom: 20px;
}

.desk33
{
	box-sizing:border-box;	
	width:33.33%;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.desk66
{
	box-sizing:border-box;	
	width:66.66%;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

#welcome 
{
	padding-right:240px;
	padding-bottom:42px;
}

.with-bottom-border{
	border-bottom:2px dotted;
	border-color:#118ba3;
}
.left_nm
{
	/*padding-left:0!important;*/
}

.right_nm
{
	/*padding-right:0!important;*/
}
/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */

/* --- Large devices - Desktop // lg
 * ---------------------------------------- */

@media only screen and (max-width: 1199px) {
	
	body.debug { background-color: rgba(255, 0, 0, 0.10); }	

    body.down #header_offset {
		position:fixed;
        -webkit-transform: translate3d(0px, 100px, 0px);
        -moz-transform: translate3d(0px, 100px, 0px);
        transform: translate3d(0px, 0px, 100px);
    }

    #header_offset > .inside {
        height: 106px;
    }

    #header_offset .header_topbar {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    #header_offset .header_logo > a > img.logo {
		width: 180px;
		height: 45px;
	}
	
	p {
		font-size: 13px;
		line-height: 20px;
		}
	
	#main input, #main select, #main textarea
	{
		width:95%;
	}
}

/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {

	.onlymobile {
		display:block;
	}
	
	body.debug { background-color: rgba(0,255,0,0.10); }

	#header_offset > .inside {
		height: 86px;
	}
    
	#header_offset .header_logo > a > img.logo {
		width: 120px;
		height: 30px;
	}

    #header_offset .header_topbar {
        position: absolute;
        top: 0;
        right: 100px;
        line-height: 58px;
    }

	#header_offset {
		height: 135px;
		border-bottom: 2px solid #303c4a;
	}
	
	#logo-bar .logo-bar-links,
	#navigation-bar
	{
		display:none;
	}

}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	

	
	.mfm-slider .ce_image .image_container .caption, .rsts-prev, .rsts-next,
	#footerlogo
	{
		display:none;
	}
	
	#headlogo
	{
		width: 176px;
	}
	body.contentpage.down #headlogo
	{
		left:0px;
	}
	
	#footersocial, #footerbottom
	{left:24px;}
	
	#footersocial a
	{margin-left:0; margin-right:24px;}
	
	#footerbottom
	{
		top:120px;
	}
	body.sidebar #main {
		width: 100%;
	}

	body.sidebar #left,
	body.sidebar #right {
		width: 100%;
		display: none;
	}
	
	#footer_main .mhce_columns .column + .column,
    #footer_bottom .mhce_columns .column + .column {
		margin-top: 30px;
	}

}

/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	
	body.debug { background-color: rgba(255,255,0,0.10); }

	#header_offset > .inside {
		height: 80px;
	}
	
	#header_offset .header_logo > a > img.logo {
		width: 120px;
		height: 30px;
	}
	
	#headlogo
	{
		width: 180px;
	}	
	
	.nosp ,
	.service-bar-mail
	{
		display:none;
	}
	
}

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

	.rs-column.-small-col-2-1
	{
		width:100%!important;
	}
	
	#footer h5 {
		font-size: 20px;
		margin-top: 24px;
		margin-bottom: 8px;
	}
	
	.rs-column.-medium-first-row
	{
		margin-top:0px;
	}
	
}