@font-face {
  font-family: SaolSemibold;
  src: url('../fonts/SaolDisplay-Semibold.eot');
  src: url('../fonts/SaolDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SaolDisplay-Semibold.woff2') format('woff2'), 
    url('../fonts/SaolDisplay-Semibold.woff') format('woff');
}

@font-face {
  font-family: SaolRegular;
  src: url('../fonts/SaolText-Regular.eot');
  src: url('../fonts/SaolText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SaolText-Regular.woff2') format('woff2'), 
    url('../fonts/SaolText-Regular.woff') format('woff');
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0px;
	padding: 0px;
}

*:focus {
	outline-style: none;
}

body {
	background-color: #fff;
	color: #3d3d3c;
	font-family: 'SaolRegular', Times New Roman, serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: 0.07em;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #3d3d3c;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	border-bottom: 1px solid #3d3d3c
}

a[href^="mailto"] {
	display: inline;
}

#main a:hover,
#right a:hover,
#main a:focus,
#right a:focus {
}


a:active {
	border-bottom: 1px solid #3d3d3c
}

strong,
b {
	font-weight: 400;
	font-family: 'SaolSemibold', Times New Roman, serif;
}

button {
	cursor: pointer;
}

h1,
h2,
h3 {
	font-family: 'SaolSemibold', Times New Roman, serif;
}

h1 {
	font-size: 36px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}

h2 {
	font-size: 34px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0.2em;
	line-height: 1.1em;
	text-transform: uppercase;
}

#wrapper {
	background-color: #ececec;
	width: 100%;
	max-width: 1216px;
	overflow: hidden;
	margin: 0 auto 50px;
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: 8px 8px 17px 2px #e0e0e0;
}

/* Header
==============================*/

#header {
	width: 100%;
	background: #363635;
	padding: 25px;
}


#header .inside {
	overflow: hidden;
}

/* Logo
----------------------------- */

#logo {
	position: relative;
	background-image: url(../bilder/solmarino_logo_01.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 286px;
	height: 50px;
	margin: 0;
	float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#logo a:hover {
	border-bottom: none;
}


/* main Navi
----------------------------- */

.header_nav_module,
.header_nav_module a,
#content_nav a {
	color: #ececec;
}

.header_nav_module {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	font-family: 'Arial', sans-serif;
}

.header_nav_module strong,
#content_nav strong {
	font-family: 'Arial', sans-serif;
}


#main_nav,
#lang_switch,
.mm_button {
	float: left;
}


#main_nav ul li,
#lang_switch ul li,
#content_nav ul li {
	float: left;
	line-height: 2em;
}


#main_nav ul li .trail,
#main_nav ul li .active,
#lang_switch ul li .active,
#content_nav ul li .active,
#main_nav ul li a:hover,
#lang_switch ul li a:hover,
#content_nav ul li a:hover {
	font-weight: 400;
	border-bottom: 1px solid #ececec;
	padding-bottom: 4px;
}


#main_nav ul li,
#content_nav ul li {
	margin-right: 60px;
}

#lang_switch li::after {
	content: "/";
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

#lang_switch li.last::after {
	content: "";
}

.mm_button {
	margin-left: 20px;
}

.mm_button a {
	position: relative;
	padding-right: 1.8em;
}

.mm_button a:active {
	border-bottom: none;
}


.mm_button a svg{
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
}


.mm_button a svg rect{
	fill: #ececec;
}


#m_menu {
	font-family: 'Arial', sans-serif;
}

#m_menu a:active,
#m_menu a:hover {
	border-bottom: none;
}


#m_menu #lang_switch {
	text-align: center;
	position: relative
}

#m_menu #lang_switch::after {
	content: '';
    border-color: var(--mm-color-border);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
}


#m_menu #lang_switch ul li {
	margin-top: 12px;
}


#m_menu #lang_switch ul li {
	float: none;
	display: inline-block;
}

#m_menu #lang_switch li::after {
	margin-left: 5px;
}

#m_menu #lang_switch ul li .active {
	border-bottom: none;
	font-family: 'Arial', sans-serif;
	position: relative;
}

#m_menu #lang_switch ul li .active::after {
	content: '';
    border-bottom: 1px solid #3d3d3c;
    display: block;
    position: absolute;
    left: 10px;
	right: 10px;
    bottom: 7px;
    top: 0;
}

#m_menu #lang_switch ul li a:focus {
	border-bottom: none;
}

#m_menu #lang_switch ul li a,
#m_menu #lang_switch ul li strong {
	padding: 10px;
}



#m_menu .mm-navbar {
	display: none;
}

/* Content
==============================*/

.in_mobile_on {
	display: none;
}

.info_bar {
	background-color: #363635;
	padding: 10px 25px 0 25px;
	color: #ececec;
	font-family: 'Arial', sans-serif;
}

.info_bar--active {
	border-bottom: 1px solid #ececec;
	padding-bottom: 4px;
}

.big_info {
	padding: 25px 25px 60px;
	font-size: 34px;
	line-height: 1.28em;
}

.big_info p {
	margin-bottom: 0.5em;
}


#content_nav ul {
	overflow: hidden;
}

/* Spalten
----------------------------- */

.dk_flex_a,
#footer .inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;

}

.dk_flex_a > *,
#footer .inside > * {
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
	margin-bottom: 20px;
}


.dk_col_1 {
	width: 100%;
}

.dk_col_2 {
	width: calc(100% / 2 - 30px)!important;
}

.dk_col_3 {
	width: calc(100% / 3 - 30px)!important;
}

.dk_col_3-2 {
	width: calc(100% / 3 * 2 - 30px)!important;
}

.dk_col_4 {
	width: calc(100% / 4 - 30px)!important;
}

.dk_col_4-2 {
	width: calc(100% / 4 * 2 - 30px)!important;
}

.dk_col_4-3 {
	width: calc(100% / 4 * 3 - 30px)!important;
}

.dk_col_5 {
	width: calc(100% / 5 - 30px)!important;
}

.dk_col_5-2 {
	width: calc(100% / 5 * 2 - 30px)!important;
}

.dk_col_5-3 {
	width: calc(100% / 5 * 3 - 30px)!important;
}

.dk_col_5-4 {
	width: calc(100% / 5 * 4 - 30px)!important;
}

div[class*="dk_col"] {
	margin-bottom: 30px;
}


/* Slider
----------------------------- */

.slider_bilder .image_container {
	position: relative;
}

.slider_bilder .caption {
position: absolute;
    top: 25px;
    right: 0px;
    margin: 0 25px;
    padding: 0 10px;
    color: #ececec;
    font-family: Arial, sans-serif;
	font-size: 12px;
    text-align: right;
    background-color: rgba(54, 54, 53, 0.4);}

.slick-arrow {
	position: absolute;
	border: solid #ececec;
	border-width: 0 3px 3px 0;
	background-color: transparent;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	top: calc(50% - 20px);
}

.slick-prev {
	left: 36px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1010;
}

.slick-next {
	right: 36px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: 15px;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    padding: 0;
}

.slick-dots li button {
	background-color: #ececec;
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 20px;
	border: none;
    margin: 0;
    padding: 0;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: #3d3d3c;
}

/* Listen
----------------------------- */

.ce_text ul,
.ce_list ul,
.ce_text ol,
.ce_list ol {
	margin-bottom: 0.5em;
	list-style: circle;
	list-style-position: outside;
}

.ce_text ol,
.ce_list ol {
	list-style: decimal;
}

.ce_text ul li,
.ce_list ul li,
.ce_text ol li,
.ce_list ol li {
	margin-bottom: 0.3em;
	margin-left: 1em;
}



/* Footer
==============================*/

#footer_bar {
}

#footer {
	padding: 25px;
	font-size: 18px;
}

.footer_nav  ul li .trail {
	font-weight: 400;
	border-bottom: 1px solid #3d3d3c;
}


.dk_copy {
	background-image: url(../bilder/grafischer-zusatz.jpg);
	background-size: 135px 16px;
	background-repeat: no-repeat;
	background-position: left;
	min-height: 60px;
	font-size: 10px;
}

.dk_copy span {
	position: absolute;
	bottom: 13px;
}






































