@charset "UTF-8";

/* Fonts */

/* sora-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/sora-v12-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/sora-v12-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sora-v12-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/sora-v12-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sora-v12-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/sora-v12-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* Animations */

a, a:hover { -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; text-decoration: none; }

.mittig { display: -webkit-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center;	-ms-flex-align: center; align-items: center; justify-content: space-between; }

.fullsize { position:relative; width: 100%;	min-height: 100%;	height: auto !important; height: 100%; overflow: hidden !important; }

.zoom { overflow: hidden; position: relative; }
.zoom img { width: 100%; height:auto; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.zoom:hover img {	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.hide { opacity: 0; margin-left: 30px; margin-right: -30px; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; -o-transition:all 0.7s ease; transition:all 0.7s ease; }
.hide.visible { opacity: 1; margin-left: 0; margin-right: 0; }

.hidestart { opacity: 0; margin-left: 50px; margin-right: -50px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; }
.hidestart.visible { opacity: 1; margin-left: 0; margin-right: 0; }

/* Colors */

.font-white { color: #ffffff; }
.font-black { color: #000000; }
.font-grey { color: #f0f0f0; }
.font-rose { color: #f6e3f0; }
.font-blue { color: #244999; }

.bg-white { background: #ffffff; }
.bg-black { background: #000000; }
.bg-grey { background: #f0f0f0; }
.bg-rose { background: #f6e3f0; }
.bg-blue { background: #244999; }

.bg-white-trans { background: rgba(255,255,255,0.8); }
.bg-black-trans { background: rgba(0,0,0,.6); }
.bg-grey-trans { background: rgba(0,0,0,.05); }
.bg-blue-trans { background: rgba(36,73,153,.9); }

.has-white-color { color: #ffffff; }
.has-black-color { color: #000000; }
.has-grey-color { color: #f0f0f0; }
.has-blue-color { color: #244999; }

.has-white-background-color { background-color: #ffffff; }
.has-black-background-color { background-color: #000000; }
.has-grey-background-color { background-color: #f0f0f0; }
.has-blue-background-color { background-color: #244999; }

/* Typo */

p, h1, h2, h3, h4, h5, h6 { font-style: normal; }
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600; }

h1 { font-size: 5.3vw; line-height: 1.20em; font-weight: 300;}
h2 { font-size: 3.7vw; line-height: 1.15em; }
h3 { font-size: 3.3vw; line-height: 1.15em; }
h4 { font-size: 2.4rem; line-height: 1.15em; }
h5 { font-size: 1.85rem; line-height: 1.35em; }
h6 { font-size: 1.25rem; line-height: 1.35em; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #000000 !important; }

.content h1 { font-size: 3rem; margin-bottom: .8em; }
.content h2 { font-size: 2.6rem; margin-bottom: .8em; }
.content h3 { font-size: 2rem; margin-bottom: .8em; }
.content h4 { font-size: 1.65rem; margin-bottom: .8em; }
.content h5 { font-size: 1.35rem; margin-bottom: .8em; }
.content h6 { font-size: 1.15rem; margin-bottom: .8em; }

b, strong { font-weight: 600; }
em { font-style: italic; }
u { text-decoration: underline;}
i { font-size: .9em; margin-right: 0.4em; }
.nobr { white-space : nowrap; }
.border { border: 1px solid #ededed; }

/***** General stuff *****/

.grecaptcha-badge { display: none !important; }

hr { height: 0; border: 0 !important; border-bottom: 1px solid #244999 !important; margin: 2vw 0 2vw -20px; width: 60px; }
.font-white hr, hr.white { border-bottom: 1px solid #ffffff !important; }
hr.small { margin: 1.5rem 0; width: 50px;}
hr.large { margin: 2.5rem 0; width: 100%; border-bottom: 1px solid #244999 !important; }
hr.sidebar { margin: 1rem 0; width: 50px;}

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

.uppercase { text-transform: uppercase; }

.shadow { box-shadow: 0 0 15px rgba(0,0,0,0.25); }

.col2 { column-count: 2; column-gap:50px; }

.content a[href *=".pdf"],
.content .wp-block-file a[href *=".pdf"] { padding: 6px 0 4px 30px; margin-bottom: .5rem;	background: transparent url(../images/pdf.png) no-repeat left; line-height: 2em; }
.content img { width: 100%; height: auto; }
.content.text figure.alignleft.size-full { width: calc(50% - 15px); margin-right: 30px; }
.content.text figure.alignright.size-full { width: calc(50% - 15px); margin-left: 30px; }
.content.text figure.alignleft.size-full figcaption,
.content.text figure.alignright.size-full figcaption { margin: 0; }
.content.text figure.alignleft.size-full.is-resized { width: auto; margin-right: 30px; }
.content.text figure.alignright.size-full.is-resized { width: auto; margin-left: 30px; }


/* Text */

.text { font-size: 1rem; line-height: 1.65em; }
.text p { margin-bottom: 1.3rem; }
.text p:last-child { margin-bottom: 0; }
.text p.has-background { padding: 20px 25px 25px; }
.text ul { margin: 0 0 1.5rem 1.1rem; padding: 0; }
.text ul li { list-style-type: square; list-style-position: outside; }
.text ul ul { margin-bottom: 0; margin-left: 2rem; }
.text ol { margin: 0 0 1.5rem 1.1rem; padding: 0; }
.text ol li { list-style-type: decimal; list-style-position: outside;  }
.text ol ol { margin-bottom: 0; margin-left: 2rem; }
.text .small, .text.small { font-size: .8rem; line-height: 1.4em; }
.text .verysmall, .text.verysmall, .has-small-font-size { font-size: .7rem; line-height: 1.4em; }
.text .wp-block-pullquote, .text .wp-block-pullquote.is-style-solid-color blockquote { max-width: 100% !important; text-align: left; }
.text blockquote { font-size: 1.4em; line-height: 1.25em; margin-bottom: 1.75rem; padding-left: 1.5rem; font-weight: 300; color: #244999; border-left: 2px solid #244999; }
.text blockquote p { margin-bottom: 1.1rem; }
.text blockquote cite { font-size: .9rem; font-style: normal; }
.text .wp-block-pullquote { margin: 0 0 1.1rem 0 !important; padding: 0 !important; }
.text .wp-block-columns { margin-bottom: 1.1rem; }
.text .wp-block-columns .wp-block-column,
.text .wp-block-columns .wp-block-column .wp-block-columns { margin-bottom: 0; margin-top: 0; }
.text .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column { margin-top: .55rem; margin-bottom: .55rem; }
.text .wp-block-image { margin-bottom: 1.45rem; }
.text .wp-block-image figcaption { margin-top: 0.3em; font-size: .85rem; line-height: 1.25em; margin-bottom: 0; }
.text a { color: #000000; text-decoration: underline; }
.text a:hover { color: #244999; }
.font-white .text a, .font-white.text a, .font-white .text a:visited, .font-white.text a:visited { color: #ffffff; }
.font-white .text a:hover, .font-white.text a:hover { color: rgba(255,255,255,0.8); }

/* Table */

table { display: table; width: 100%; max-width: 100%; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: .9rem; }
table tr { display: table-row; border-bottom: 1px dotted #000000; }
table tr:last-child { border-bottom: none; }
table thead { border-bottom: 3px solid #000000; }
table tr th { display: table-cell; text-align: left; font-weight: 600; padding: 0 10px 10px 10px; }
table tr th:first-child { padding: 0 10px 10px 0; }
table tr th:last-child { padding-right: 0; }
table tbody { display: table-row-group; border-bottom: 1px solid #000000; }
table tr td { display: table-cell; padding: 10px; border-right: 1px dotted #000000; line-height: 1.35em; }
table tr td:first-child { padding-left: 0; }
table tr td:last-child { border-right: 0; padding-right: 0; vertical-align: middle; }
table tfoot { display: table-row-group; border-bottom: 1px solid #000000; }

.is-style-stripes { border-spacing: 0; border-collapse: inherit; background-color: transparent; border-bottom: 0; }
.is-style-stripes table tr { display: table-row; border-bottom: 1px dotted #000000; }
.is-style-stripes table tr:nth-child(odd) { background: #ededed; }
.is-style-stripes table tr td { border-right: 1px dotted #000000; }
.is-style-stripes table tr td:first-child { padding-left: 10px; }
.is-style-stripes table tr td:last-child { padding-right: 10px; border-right: 0; }

/* Button */

a.btn, a.btn:active, a.btn:visited { 
  display: inline-block; 
  font-size: .8rem; font-weight: 300; line-height: 1em; 
  color: #ffffff !important; 
  text-decoration: none;
  padding: 12px 15px 10px 11px; 
  background: #244999;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}
a.btn:hover { color: #ffffff !important; background: #000000; }
a.btn.invers { color: #000000; background: transparent; border: 1px solid #000000; }
a.btn.invers:hover { color: #ffffff; background: #000000; border: 1px solid #000000; }

a.btn.negative, a.btn.negative:active, a.btn.negative:visited { color: #244999; background: #ffffff; }
a.btn.negative:hover { color: #ffffff; background: #244999; }
a.btn.negative.invers { color: #ffffff; background: transparent; border: 1px solid #ffffff; }
a.btn.negative.invers:hover { color: #244999 !important; background: #ffffff; border: 1px solid #ffffff; }

a.btn.large { font-size: 1.2rem; padding: 13px 25px 13px 22px; margin-top: .5em; }
a.btn.small { font-size: .85rem; line-height: .85em;  padding: 7px 10px 7px 7px; }
a.btn.verysmall { font-size: .65rem; line-height: .65em; padding: 5px 10px 5px 7px; }

.bottom { position: relative; padding-bottom: calc(45px + 1.5rem) !important; }
.bottom a.btn { position: absolute; bottom: 1.5rem; left: 0; }

/* OWL */

.owl-nav { 
  position: absolute; top: calc(50% - 15px); line-height: 0; left: -5vw; right: -5vw; display: block; z-index: 9000;
  display: -webkit-flex; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; flex-flow: row wrap; 
}
.owl-nav button { display: inline-block; line-height: 0; }
.owl-nav button i { color: #9d9d9c; }
.owl-nav button:hover i { color: #244999; }
.owl-nav button i { margin: 0; font-size: 30px; }
.owl-nav button.disabled { visibility: none; opacity: 0; }

/* Toggle */

#angebote h4 { margin: 0; padding: .5rem 1rem; }

#toggle-view { width:100%; list-style: none; padding:0; width:100%; }
#toggle-view .toggle-row, #toggle-view .normal-row { 
  list-style-type: none; 
  position: relative; 
  margin-top: 1px; 
  border-bottom: 2px solid #f0f0f0;
  color: #000000;
}
#toggle-view .toggle-row { cursor: pointer; }
#toggle-view .toggle-row:hover { color: #244999; }
#toggle-view .toggle-row.active { color: #244999; }
#toggle-view .toggle-row .head { width: 100%; font-size: 1.3rem; line-height: 1.35em; margin: 0; padding: 15px 35px 15px 0; }
#toggle-view .toggle-row .plus { position: absolute; top: 14px; right: 0; font-size: 1.7rem; line-height: 1em; }

#toggle-view .toggle-row .panel { display: none; padding: 1.5rem; background: #f0f0f0; color:#000000; }
#toggle-view .toggle-row .panel ul { margin: 0 0 1.5rem 1.4rem; }
#toggle-view .toggle-row .panel hr { margin: 1.75rem 0; }

/* Forms */

.wpcf7 p { margin-bottom: .5rem; }
.wpcf7 form label { font-size: .85rem; display: block; margin-top: 10px; }
.wpcf7 form input { border: 0; }
.wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form input[type=url] { 
  font-family: 'Sora', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  width: 100%; 
  padding: 12px; 
  box-sizing: border-box; 
  font-size: 1.1rem; 
  background: rgba(0,0,0,.05);
  outline: none;
  border: 0;
}
.wpcf7 form textarea { 
  font-family: 'Sora', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  width: 100%; 
  height: 150px; 
  padding: 12px; 
  box-sizing: border-box; 
  font-size: 1.1rem; 
  background: rgba(0,0,0,.05);
  outline: none; 
  border: 0;
}
.bg-grey-trans .wpcf7 form input[type=text], .bg-grey-trans .wpcf7 form input[type=email], .bg-grey-trans .wpcf7 form input[type=tel], .bg-grey-trans .wpcf7 form input[type=url],
.bg-grey-trans .wpcf7 form textarea { background: #ffffff; }
.wpcf7 form input[type=submit] {
  font-family: 'Sora', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  display: inline-block; 
  font-size: 1rem; 
  font-weight: 300; 
  line-height: 1em;
  margin-top: 2rem;
  text-decoration: none; 
  color: #ffffff; 
  padding: 10px 15px; 
  background: #244999; 
  cursor: pointer;
  -webkit-transition:ease 0.3s; -moz-transition:ease 0.3s; -o-transition:ease 0.3s; transition:ease 0.3s;
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.wpcf7 form input[type=checkbox], .wpcf7 form input[type=radio] {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 14px;
  height: 14px;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: baseline;
}
.wpcf7 .wpcf7-date, .wpcf7 .wpcf7-select {
  font-family: 'Sora', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  width: 100%; 
  padding: 12px; 
  box-sizing: border-box; 
  font-size: 1.1rem; 
  background: #f0f0f0; 
  outline: none;
}
.wpcf7 .wpcf7-date { padding: 11px 12px; }
.wpcf7 form input[type=submit]:hover { background: #244999; color: #ffffff; }
.wpcf7-response-output { margin: 2em 0 1em !important; padding: 0.2em 1em !important; border-radius: 0; }
.wpcf7-list-item { display: inline-block; margin: 0; }

/* Wordpress Stuff */

.wp-block-button { color: #ffffff; margin: 0!important; display: inline-block; }
.wp-block-button__link {
  background-color: #244999 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: .8rem !important;
  line-height: 1rem !important; 
  margin: 0 0 1em 0 !important;
  padding: 12px 15px 12px 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  overflow-wrap: break-word !important;
}
.wp-block-button__link:before { 
  font-family: 'simple-line-icons';
  font-size: .8em !important;
  content: "\e606";
  margin-right: .5em;
 }
 .email .wp-block-button__link:before { content: "\e086"; }

.wp-block-button__link:hover { color: #ffffff !important; background: #000000 !important; }

.wp-block-embed__wrapper {
  position: relative; 
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px; 
  height: 0;
}

.wp-block-embed__wrapper iframe  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video .wp-block-embed :where(figcaption) {
    margin-bottom: 0;
    margin-top: 0;
}