/*
Theme Name: DH sw-or.de Theme
Theme URI: https://www.manoolia.com/themes/dhwpbstart/
Author: Manoolia
Author URI: https://www.manoolia.com/
Description: DigitaleHeimat WordPress Bootstrap Starter Theme
Version: 0.0.7
Text Domain: dhwpbstart
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, theme-options, sticky-post, full-width-template
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 2.5rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
    background-color: #003b4d;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}
td {
    border: 1px solid #fff;
    padding: 10px;
	background-color: #d9e1e4;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*Fonts*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=19695837-c605-454b-9128-290944921833&fontids=1603820,1603848,1603852");
@font-face{
	font-family:"FuturaBook";
	src:url("assets/fonts/FuturaBT/1603820/5f7b009e-5016-43fc-b4a3-a2355bf1046d.eot?#iefix");
	src:url("assets/fonts/FuturaBT/1603820/5f7b009e-5016-43fc-b4a3-a2355bf1046d.eot?#iefix") format("eot"),url("assets/fonts/FuturaBT/1603820/a1ef081d-cde0-40ab-80ea-cdd191815fdf.woff2") format("woff2"),url("assets/fonts/FuturaBT/1603820/5e7fff96-2532-4976-bdd2-6b06d259fe5f.woff") format("woff"),url("assets/fonts/FuturaBT/1603820/d30cae86-129f-4955-a764-6b74fbf1f15d.ttf") format("truetype");
}
@font-face{
	font-family:"FuturaLight";
	src:url("assets/fonts/FuturaBT/1603848/b2c8a0bd-ee8a-4046-a0d9-12e4602f7868.eot?#iefix");
	src:url("assets/fonts/FuturaBT/1603848/b2c8a0bd-ee8a-4046-a0d9-12e4602f7868.eot?#iefix") format("eot"),url("assets/fonts/FuturaBT/1603848/33f3486d-94f1-4a84-8d93-9d52b15b8bc3.woff2") format("woff2"),url("assets/fonts/FuturaBT/1603848/0f45b023-06be-4302-b3fb-10515a026dcb.woff") format("woff"),url("assets/fonts/FuturaBT/1603848/0310aa35-c24b-4121-830c-6ef122f80f47.ttf") format("truetype");
}
@font-face{
	font-family:"FuturaMedium";
	src:url("assets/fonts/FuturaBT/1603852/083c105b-85d0-4bbe-9dee-28444981f57c.eot?#iefix");
	src:url("assets/fonts/FuturaBT/1603852/083c105b-85d0-4bbe-9dee-28444981f57c.eot?#iefix") format("eot"),url("assets/fonts/FuturaBT/1603852/29a20744-aef8-4148-8ed8-f7e3bed571ba.woff2") format("woff2"),url("assets/fonts/FuturaBT/1603852/4959279e-ec63-419c-a329-f0debc37b1a9.woff") format("woff"),url("assets/fonts/FuturaBT/1603852/3d2c8600-242b-46e2-94f5-966dae05592f.ttf") format("truetype");
}

body {
	font-family: 'FuturaLight', sans-serif;
	color: #003b4d;
	font-size: 22px;
	line-height: 27px;
}

h1, h3, h4, h5, h6 {
	font-family: 'FuturaMedium';
}
h1 {
	font-size: 40px;
    line-height: 45px;
	margin-bottom: 1.2rem;
}

h2 {
	font-size: 38px;
    line-height: 42px;
	margin-bottom: 1.2rem;
	font-family: 'FuturaBook';
}

h3, h4 {
	font-size: 28px;
    line-height: 32px;
}

h5, h6 {
	font-size: 22px;
    line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.1em;
}

#content strong,
p strong {
    font-family: 'FuturaMedium';
    font-weight: normal;
}
#content h1 strong,
#content h3 strong,
#content h4 strong,
#content h5 strong,
#content h6 strong {
	font-weight: bold;
}

#content .footnote {
	font-family: 'FuturaLight';
	font-size: 14px;
	line-height: 16px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #d9e1e4;
	/* Fallback for when there is no custom background color defined. */
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table,
#content .wpb_text_column table:last-child {
	margin: 0 0 1em;
	width: 100%;
}

.back-to-top {
    width: 50px;
    height: 50px;
    background: #003b4d;
    position: fixed;
    bottom: 0;
    right: 0;
	cursor: pointer;
	display: none;
	z-index: 99;
}
.back-to-top:hover {
    background: #112b38;
}
.back-to-top::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 20px;
    transform: rotate(-45deg);
    left: 15px;
}

ol {
    list-style-position: inside;
    padding: 0;
}


/* Blog */
.post-thumbnail-wrapper {
    float: right;
	height: auto;
	max-width: 100%;
}
.post-thumbnail-wrapper .vc_column-inner {
	overflow: hidden;
}
.vc-swor-post-teaser-image-link img {
	width: 100%;
}
@media (max-width: 767px) {
	.post-thumbnail-wrapper {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		width: 380px;
		height: 240px;
	}
}
.post-teaser-wrapper h3 {
    clear: none;
	margin-bottom: 3px;
}
.post-teaser-wrapper .post-date {
    font-family: 'FuturaMedium';
}

.page-template-page-blogroll #posts-outer-wrapper {
    margin-top: 60px;
}

#content .post-teaser-wrapper a.vc-swor-post-teaser-image-link::before {
	content: none;
}

#content .post-teaser-wrapper a.vc-swor-post-teaser-image-link {
    display: block;
}

.post-teaser-wrapper .teaser-content p {
	margin-bottom: 20px;
}

#posts-inner-wrapper .entry-content::after {
	content: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.40);
	margin-bottom: 0;
	background: #fff;
}

.navbar-brand > a {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1rem;
	outline: medium none;
	text-decoration: none;
}

.navbar-brand > a img {
	width: 100px;
	margin-top: -10px;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
	text-decoration: none;
}

#page-sub-header {
	padding: 1.875rem 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	color: #cdbfe3;
	padding: 4rem 0.938rem;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover;
}

#page-sub-header h1 {
	margin-top: 0;
	color: #fff;
	margin-bottom: 0.625rem;
}

#page-sub-header p {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	#page-sub-header h1 {
		font-size: 3.750rem;
		line-height: 1;
	}

	#page-sub-header {
		padding-top: 3.750rem;
		padding-bottom: 3.750rem;
		text-align: left;
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	#page-sub-header p {
		max-width: 50rem;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	padding: 15px 0;
	height: 100px;
}

#masthead .navbar-nav > li > a {
	font: 18px/22px 'FuturaMedium';
	color: #5398a4;
	padding: 4px 12px;
	border-right: 1px solid #d9e1e4;
}

#masthead .navbar-nav > li:last-of-type > a {
	border-right: none;
}

#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a:active,
#masthead .navbar-nav > li.current-page-ancestor > a,
#masthead .navbar-nav > li.current-menu-item > a {
	color: #fff;
	background-color: #003b4d;
	text-decoration: none;
}

.navbar-brand {
	height: auto;
	padding: 0;
	margin: 0;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}

.dropdown-menu {
	min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.250em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
}

@media (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}
@media (min-width: 768px) {
	.dropdown-menu li > .dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}
@media (max-width: 991px) {
	.dropdown-menu {
		border: medium none;
		margin-left: 1.250rem;
		padding: 0;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav > li > a {
		padding-bottom: 0.625rem;
		padding-top: 0.313rem;
	}

	.navbar-light .navbar-toggler {
		border: medium none;
		outline: none;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 0.938rem;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 0.313rem;
	line-height: normal;
	padding: 0.938rem 1.438rem 0.875rem;
	text-decoration: none;
	top: 0.313rem;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
	clear: both;
}
.clear::before, .clear::after {
    content: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

#secondary section.widget {
    background-color: #cdd7db;
    padding: 20px 20px;
}

.widget select {
	max-width: 100%;
}

#secondary section.widget_search {
    padding-bottom: 0;
	margin-bottom: 0;
}
.widget_search label {
    width: calc(100% - 50px);
}
.widget_search input[type="search"] {
    border: none;
    border-radius: unset;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.widget_search input[type="search"]::placeholder {
	color: #c1c5c9;
}
.widget_search .submit-wrapper {
    display: inline-block;
}
.widget_search .search-submit {
    border: none;
    border-radius: unset;
    vertical-align: unset;
    background-color: #003b4d;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-image: url('assets/images/search-submit.jpg');
}
h5.suchtipp-widget {
    margin-bottom: 0;
}
p.suchtipp-widget {
    margin-bottom: 10px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color: #eee;
	text-decoration: none;
}

/* Pagination */
.post-years-wrapper {
    display: block;
}
.swor_pagination {
    padding-bottom: 50px;
}
#content .post-years-wrapper a.post-year-link::before,
#content .swor_pagination a:not([class^="leaflet"])::before {
   content: unset;
}
#content .swor_pagination a,
#content .post-years-wrapper a{
    display: inline-block;
    border: 1px solid #003b4d;
    padding: 10px 12px;
    margin: 0 10px 10px 0;
	color: #003b4d;
	font-family: FuturaLight;
	font-size: 22px;
	line-height: 27px;
	cursor: pointer;
}
#content a.show-twitter-btn {
	display: inline-block;
    border: 1px solid #f28c00;
    padding: 10px 12px;
    margin: 5px 0 10px 0;
	color: #fff;
	font-family: FuturaLight;
	font-size: 22px;
	line-height: 27px;
	cursor: pointer;
	background: #f28c00;
}
#content a.show-twitter-btn:hover {
	color: #003b4d;
}
#content .entry-content a.show-twitter-btn::before {
	display: none;
}
#content .swor_pagination a:hover,
#content .post-years-wrapper a:hover {
	color: #fff;
	background-color: #5398a4;
}
#content .post-years-wrapper a.current,
#content .swor_pagination a.current {
    background-color: #003b4d;
	color: #fff;
}
#content .post-years-wrapper a:last-of-type,
#content .swor_pagination a:last-of-type {
    margin-right: 0;
}
.swor_pagination a.next,
.swor_pagination a.prev {
    width: 101px;
    background-size: 18px 30px;
    background-position: center;
	background-repeat: no-repeat;
    text-indent: -99999px;
}
.swor_pagination a.next {
    background-image: url('assets/images/arrow-right-blue.svg');
}
.swor_pagination a.next:hover {
    background-image: url('assets/images/arrow-right-white.svg');
}
.swor_pagination a.prev {
    background-image: url('assets/images/arrow-left-blue.svg');
}
.swor_pagination a.prev:hover {
    background-image: url('assets/images/arrow-left-white.svg');
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.sticky .entry-title::before {
	content: '\f08d';
	font-family: fontawesome;
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: 0.375rem;
}

.sticky .entry-title {
	position: relative;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry {
	/* margin-bottom: 4rem; */
	padding-bottom: 60px;
}

.posted-on, .byline, .comments-link {
	color: #9a9a9a;
}

.entry-title > a {
	color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: 0.625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	background: #fff none repeat scroll 0 0;
	max-width: 96%;
	padding: 0;
	text-align: center;
}
.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
    font-size: 22px;
    line-height: 27px;
    margin: 0;
    padding: 25px;
}

.photo-cd .wp-caption-text {
    position: relative;
}
.photo-cd .wp-caption-text::before {
    content: "";
    width: 32px;
    height: 28px;
    background: url('assets/images/triangle_white_up.png');
    position: absolute;
    top: -28px;
    left: calc(50% - 16px);
}
.photo-cd .wp-caption-text strong {
    font-size: 28px;
    line-height: 32px;
	display: inline-block;
	margin-bottom: 0.5rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-item .gallery-columns-2 {
	max-width: 50%;
}
.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
	max-width: 25%;
}
.gallery-item .gallery-columns-5 {
	max-width: 20%;
}
.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value > select {
	margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
	display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.elementor-page .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
	display: none;
}

.vc_desktop #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.vc_desktop .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	background: #112b38 none repeat scroll 0 0;
	color: #fff;
	padding: 40px 0;
}

.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a, footer#colophon a {
	color: inherit;
}

@media (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
/*
@media only screen and (max-width: 1280px) {
	html {
		font-size: 95%;
	}
}
*/
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
/*
@media only screen and (max-width: 1024px) {
	html {
		font-size: 93%;
	}
}
*/
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
/*
@media only screen and (max-width: 960px) {
	html {
		font-size: 90%;
	}
}
*/
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
/*
@media only screen and (max-width: 767px) {
	html {
		font-size: 88%;
	}
}
*/
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
/*
@media only screen and (max-width: 480px) {
	html {
		font-size: 86%;
	}
}
*/


/*********/
/* SW-OR */
/*********/

/* Header */
body {
    padding-top: 100px;
}

.navbar {
    display: block;
	padding: 0;
}

.navbar .navbar-toggler {
    border: medium none;
    outline: none;
	padding: 15px 0 15px 15px;
	right: 0;
	top: 20px;
	width: 45px;
	height: 60px;
}

.navbar-menu-line-wrapper {
    margin-right: 110px;
	width: calc(100% - (150px + 15px + 60px));
	display: inline-block;
	text-align: right;
	margin-left: 15px;
}

.navbar .navbar-nav,
.footer-menu .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#static-header-menu-wrapper {
	display: inline-block;
	margin: 0 3%;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
	background-size: 30px auto;
	background-image: url('assets/images/hamburger.svg');
	width: 30px;
	height: 30px;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    background-position: 0 3px;
}

.navbar-light .navbar-toggler:hover .navbar-toggler-icon {
    background-position: 0 -25px;
}

.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-position: 0 -52px;
}

.navbar-info-button {
	background-image: url('assets/images/info_down.svg');
	background-repeat: no-repeat;
	background-size: 63px auto;
	width: 63px;
	height: 50px;
	display: none;
}

.infobar-toggler.collapsed .navbar-info-button {
    background-position: 0 0;
}

.infobar-toggler:hover .navbar-info-button {
    background-position: 0 -50px;
}

.infobar-toggler:not(.collapsed) .navbar-info-button {
    background-position: 0 -100px;
}

.infobar-toggler,
.search-toggler {
	background-color: transparent;
	border: none;
	padding: 0;
	vertical-align: middle;
	font-size: 100%;
}

.search-toggler {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.search-toggler .navbar-search-button {
	background-image: url('assets/images/search.png');
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 76px;
}

.search-toggler.collapsed .navbar-search-button {
	background-position: 0 0;
}

.search-toggler:hover .navbar-search-button {
	background-position: 0 -76px;
}

.search-toggler:not(.collapsed) .navbar-search-button {
	background-position: 0 -152px;
}

.search-col {
    background-image: url('assets/images/search-spike.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 82px) top;
	padding: 30px 45px;
}

.search-bar label {
    margin: 0;
    width: calc(100% - 50px);
}

.search-bar input[type="search"] {
    border: none;
	border-radius: unset;
	height: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.search-bar input[type="search"]::placeholder {
	color: #c1c5c9;
}

.search-bar .search-submit {
    border: none;
    border-radius: unset;
    vertical-align: unset;
    background-color: #003b4d;
    width: 50px;
    height: 50px;
	text-indent: -9999px;
	background-image: url('assets/images/search-submit.jpg');
}

.search-bar .submit-wrapper {
    display: inline-block;
	position: relative;
}

.info-bar-wrapper {
    position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	z-index: 1029;
}

.search-bar-wrapper {
    position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	z-index: 1029;
}

.search-col {
	width: 575px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.40);
}

.info-bar-wrapper > .container,
.search-bar-wrapper .search-bar > div {
	background-color: #d9e1e4;
}

#info-bar .row {
    padding-top: 30px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.40);
}

#info-bar .widget-title {
    display: none;
}

#info-bar .widget {
    padding: 0 30px;
    margin: 0 0 30px;
    border-right: 2px solid #fff;
    color: #003b4d;
	font-size: 16px;
	line-height: 21px;
}

#info-bar .widget:last-of-type {
    border-right: none;
}

#info-bar .widget a {
    color: #003b4d;
}

#info-bar h4 {
	font-size: 22px;
	line-height: 27px;
	margin: 0;
}

#main-navigation {
	padding-top: 0;
    padding-bottom: 20px;
    overflow-y: auto;
	border-top: 30px solid #d9e1e4;
	border-bottom: 30px solid #d9e1e4;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

.toggle-menu.navbar .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

#main-navigation.row {
    margin-right: -10px;
    margin-left: -10px;
}

#main-navigation li {
	padding: 0 10px;
}


#main-navigation > li {
    width: 300px;
    display: block;
    flex-basis: unset;
    flex-grow: unset;
	margin-bottom: 30px;
}



#main-navigation > li > a {
    background-color: #537e8b;
    display: block;
    text-align: center;
    color: #fff;
	font-family: 'FuturaMedium';
	font-size: 24px;
	line-height: 30px;
	padding: 2px 0 5px;
}

#main-navigation > li > a:hover,
#main-navigation > li > a:active {
    background-color: #003b4d;
	text-decoration: none;
}

#main-navigation .sub-menu {
    padding: 15px 0 0;
}

#main-navigation .sub-menu li {
    list-style: none;
	margin: 0 0 1px;
	padding: 0;
}

#main-navigation a {
	transition: background-color 0.2s, color 0.2s;
}

#main-navigation .sub-menu a {
    color: #003b4d;
    font-size: 18px;
    line-height: 36px;
    display: block;
    padding: 0 15px;
	font-family: 'FuturaMedium';
}

#main-navigation .sub-menu a span {
	font-family: 'FuturaLight';
}

#main-navigation .sub-menu a:hover,
#main-navigation .sub-menu a:active,
#main-navigation .current-page-parent > a,
#main-navigation .current-menu-item > a {
    color: #fff;
    background-color: #003b4d;
	text-decoration: none;
}

#mobile-search-container {
	display: none;
}
.mobile-search-bar.row {
    margin-left: -10px;
    margin-right: -10px;
	padding: 20px 0;
	background: #537e8b;
}
.mobile-search-bar .search-col {
    width: 100%;
	max-width: 300px;
    padding: 0 10px;
	background-image: none;
	box-shadow: none;
}
.mobile-search-bar input.search-field {
    background-image: url('assets/images/search-icon-grey.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 45px;
}


.toggle-menu {
    position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	z-index: 1029;
	background: #d9e1e4;
}

button:focus {
	outline: none;
}

/* Header-Image */
.header-image-wrapper .row {
    justify-content: center;
}

.header-image-wrapper .carousel-control-next, .header-image-wrapper .carousel-control-prev {
    top: calc(50% - 12px);
    align-items: flex-start;
}

.header-image-inner-wrapper {
    position: relative;
    margin: 0 auto;
}

.header-image-headline-wrapper {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}

.header-image-headline-inner-wrapper {
    max-width: 500px;
    margin-left: -15px;
    margin-right: -15px;
}

.header-image-wrapper img {
    width: 1480px;
    height: auto;
    max-width: 100%;
}

.header-image-headline-wrapper h2 {
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
    background-color: #fff;
    padding: 0px 5px;
    display: inline-block;
	color: #003b4d;
}

.header-image-headline-wrapper h2:last-of-type {
    margin-bottom: 0;
}

/* CONTENT */
#content a {
	color: #003b4d;
	font-family: 'FuturaMedium';
}

#content a:hover {
	color: #537e8b;
	text-decoration: none;
}

#content a:not([class^="leaflet"])::before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
    content: "";
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 2px;
}
#content a.vc_single_image-wrapper::before {
	content: none;
}
#content .download a::before,
#content a.download::before {
	margin-right: 6px;
    transform: rotate(90deg);
}
#content a.link::before {
	margin-right: 3px;
    transform: rotate(0deg);
}
#content a.vc_single_image-wrapper::before {
	border: none;
}

#content .download .vc_tta-panel-body a,
#content .vc_tta-panel-body .download a {
    font-family: 'FuturaLight';
}

#content a:hover::before {
    border-left-color: inherit;
}

#content a img {
    transition: transform 0.25s;
}
#content a:hover img {
    transform: scale(1.05);
}
#content a:hover img.triangle {
    transform: none;
}

.blog #main {
	overflow: hidden;
}

#content ul {
    padding-left: 21px;
}

#content .gform_wrapper ul {
	padding-left: 0;
}

.scroll-table-wrapper {
    overflow-x: auto;
    padding-bottom: 20px;
}


/* VC-Elements */
/* Button */
#content a.vc-swor-button:before {
	border: none;
	width: unset;
    height: unset;
    -webkit-transform: unset;
    border-style: unset;
    border-width: unset;
    border-color: unset;
    content: "";
    display: unset;
    margin: unset;
    vertical-align: unset;

}

.vc-swor-button-wrap {
	margin-bottom: 20px;
	max-width: 100%;
}

.vc-swor-button-wrap.vc-swor-button-display-block {
	display: block;
}

.vc-swor-button-wrap.vc-swor-button-align-left {
    text-align: left;
}
.vc-swor-button-wrap.vc-swor-button-align-center {
    text-align: center;
}
.vc-swor-button-wrap.vc-swor-button-align-right {
    text-align: right;
}

.vc-swor-button-wrap.vc-swor-button-display-line {
	display: inline-block;
	margin-right: 20px;
}

#content input.gform_button[type=submit],
#content a.vc-swor-button {
	font-family: FuturaLight;
	padding: 11px 20px;
	font-size: 22px;
	line-height: 27px;
	display: inline-block;
	transition: all 0.2s;
}

#content a.vc-swor-button.vc-swor-button-color-transparent {
	border: 1px solid #003b4d;
	color: #003b4d;
	background-color: transparent;
}

#content a.vc-swor-button.vc-swor-button-color-white {
	border: 1px solid #003b4d;
	color: #003b4d;
	background-color: #fff;
}

#content a.vc-swor-button.vc-swor-button-color-petrol {
	border: none;
	color: #fff;
	background-color: #537e8b;
}

#content input.gform_button[type=submit],
#content a.vc-swor-button.vc-swor-button-color-red {
	border: none;
	color: #fff;
	background-color: #c21135;
}

#content a.vc-swor-button.vc-swor-button-color-transparent:hover,
#content a.vc-swor-button.vc-swor-button-color-white:hover,
#content a.vc-swor-button.vc-swor-button-color-petrol:hover {
	color: #fff;
	background-color: #003b4d;
	text-decoration: none;
}

#content a.vc-swor-button.vc-swor-button-color-transparent:active,
#content a.vc-swor-button.vc-swor-button-color-white:active,
#content a.vc-swor-button.vc-swor-button-color-petrol:active {
	color: #fff;
	background-color: #003b4d;
	box-shadow: inset 0px 0px 10px #000;
	text-decoration: none;
}

#content input.gform_button[type=submit]:hover,
#content a.vc-swor-button.vc-swor-button-color-red:hover {
	background-color: #812123;
	text-decoration: none;
}

#content input.gform_button[type=submit]:active,
#content a.vc-swor-button.vc-swor-button-color-red:active {
	background-color: #812123;
	box-shadow: inset 0px 0px 10px #000;
	text-decoration: none;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 20px;
}

/* Post carousel */
.swor-post-slider-wrapper {
    background: #003b4d;
	color: #fff;
	padding: 0 0 60px;
	margin-bottom: 20px;
}
#postCarousel .carousel-control-next, #postCarousel .carousel-control-prev {
    width: 110px;
}
#postCarousel .carousel-control-prev {
   justify-content: left;
   padding-left: 30px;
}
#postCarousel .carousel-control-next {
   justify-content: right;
   padding-right: 30px;
}
#postCarousel .carousel-inner {
    margin: 0 110px;
    width: calc(100% - 220px);
}
.swor-post-slider-wrapper h2 {
    padding: 25px 30px 15px;
    margin: 0;
}
.carousel-post-image {
    display: inline-block;
    margin-right: 60px;
	vertical-align: top;
}
#content .carousel-post-image a {
    display: block;
}
.carousel-post-wrapper {
    width: 100%;
}
.carousel-post-content {
    display: inline-block;
    width: calc(100% - 360px);
	vertical-align: top;
}
#content #postCarousel a.carousel-control-prev::before,
#content #postCarousel a.carousel-control-next::before,
#content #postCarousel .carousel-post-image a::before {
	border: none;
	margin: 0;
}
#content #postCarousel a::before {
    border-left-color: #fff;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 4px;
}
#content #postCarousel a {
    color: #fff;
}

#content #postCarousel a:hover::before {
    border-left-color: #d9e1e4;
}
#content #postCarousel a:hover {
    color: #d9e1e4;
}

.carousel-control-prev-icon {
    background-image: url("assets/images/Pfeil-Icon_left_35x.svg");
	width: 35px;
	height: 35px;
}

.carousel-control-next-icon {
    background-image: url("assets/images/Pfeil-Icon_right_35x.svg");
	width: 35px;
	height: 35px;
}


/* Teaser */
.swor-teaser-wrapper {
    background-color: #5398a4;
	margin-bottom: 20px;
	display: flex;
	width: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
.swor-teaser-wrapper.swor-teaser-single-wrapper {
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.swor-teaser-wrapper.swor-teaser-single-wrapper.right {
    margin-right: 0;
}
.swor-teaser-wrapper.swor-teaser-single-wrapper.left {
    margin-left: 0;
}
@media (max-width: 767px) {
	.swor-teaser-wrapper.swor-teaser-single-wrapper.right {
		margin-right: auto;
	}
	.swor-teaser-wrapper.swor-teaser-single-wrapper.left {
		margin-left: auto;
	}
}

#content .swor-teaser-wrapper a:before {
    border: none;
	margin: 0;
	content: unset;
}
#content .swor-teaser-wrapper a.vc-swor-teaser-link {
	display: flex;
	flex-direction: column;
    color: #fff;
	width: 100%;
}
.swor-teaser-image-wrapper {
    position: relative;
	text-align: center;
	overflow: hidden;
}
.swor-teaser-image-wrapper .triangle {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 16px);
	z-index: 2;
}
.swor-teaser-image-wrapper .swor-teaser-image {
    width: 100%;
}
.swor-teaser-content {
	font-family: FuturaLight;
    padding: 25px;
    text-align: center;
	flex-grow: 1;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	flex-direction: column;
}
.swor-teaser-botton-wrapper {
	display: flex;
	flex-grow: 1;
	align-items: flex-end;
}

.swor-teaser-content h4 {
	font-size: 28px;
	line-height: 32px;
}

.swor-teaser-button {
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 20px;
    margin: 15px auto 0;
	font-size: 20px;
	line-height: 24px;
}

#content a.vc-swor-teaser-link:hover .swor-teaser-button {
    background-color: #003b4d;
}

.vc-swor-teaser-link:hover {
    box-shadow: 0 0 7px -2px #000;
}

.swor-teaser-row {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swor-teaser-row > .vc_column_container {
    display: flex;
}

.swor-teaser-row > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
}

.vc_column_container > .vc_column-inner {
	padding-bottom: 25px;
}

.swor-teaser-row .wpb_wrapper {
	display: flex;
	flex-grow: 1;
}

.vc_row.padding-top {
    padding-top: 45px;
}

.entry-content > .vc_row:last-of-type {
    padding-bottom: 15px;
}

/* Image Download */
.swor-image-download-wrapper.row {
    margin-left: -2px;
    margin-right: -2px;
}
.swor-image-download-wrapper.row > div {
    padding: 2px;
    background: #fff;
}
.swor-image-download-wrapper .swor-inner-wrapper {
    height: 100%;
}
.swor-image-download-wrapper:nth-of-type(2n+1) .swor-inner-wrapper {
    background: #d9e1e4;
}
.swor-image-download-wrapper:nth-of-type(2n) .swor-inner-wrapper {
    background: #f3f5f6;
}
.swor-image-download-wrapper .swor-inner-wrapper:not(.nopadding) {
    padding: 10px;
}
.swor-image-download-wrapper .swor-inner-wrapper p {
    margin: 0;
}
#content .swor-image-download-wrapper a::before {
    border-width: 8px 0 8px 12px;
    margin-right: 5px;
    margin-left: 3px;
    margin-bottom: 3px;
    transform: rotate(90deg);
}
#content .swor-image-download-wrapper a span {
    font-family: 'FuturaLight';
	display: block;
}
#content .swor-image-download-wrapper a {
    font-family: 'FuturaMedium';
}
.swor-image-download-container {
    margin-bottom: 20px;
}

/* Staff*/
.swor-staff-single-wrapper {
    margin-bottom: 30px;
}
.swor-staff-single {
    max-width: 380px;
	text-align: center;
	height: 100%;
	background: #fff;
}
.swor-staff-image-wrapper {
    position: relative;
}
.swor-staff-image-wrapper .triangle {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 16px);
}
.swor-staff-content {
    font-family: FuturaLight;
    padding: 25px;
    flex-grow: 1;
    /*
	font-size: 22px;
    line-height: 27px;
	*/
}
.swor-staff-content h4 {
	font-family: FuturaMedium;
	/*
    font-size: 28px;
    line-height: 32px;
	*/
}
#content a.vc-swor-staff-link::before {
    content: none;
}
a.vc-swor-staff-link {
    display: block;
	margin: 25px 0 0;
}
.swor-staff-button {
    display: inline-block;
    border: 1px solid #003b4d;
    padding: 8px 20px;
    margin: 0;
}

/* Staff single highlight */
.swor-staff-single-highlight-wrapper {
    margin-bottom: 30px;
}
.swor-staff-single-highlight-image-inner-wrapper {
    position: relative;
	display: inline-block;
}
.swor-staff-single-highlight-image-inner-wrapper .triangle.right {
    position: absolute;
    right: -1px;
    top: calc(50% - 14px);
}
.swor-staff-single-highlight-image-inner-wrapper .triangle.up {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 14px);
	display: none;
}
.swor-staff-single-highlight-text {
    margin-left: 30px;
}
.swor-staff-single-highlight-text h4 {
    margin-bottom: 1.25rem;
}

@media (max-width: 767px){
	.swor-staff-single-highlight-image-inner-wrapper .triangle.up {
		display: block;
	}
	.swor-staff-single-highlight-image-inner-wrapper .triangle.right {
		display: none;
	}
	.swor-staff-single-highlight-text {
		margin-left: 0;
		margin-top: 20px;
	}
}

/* Product Teaser */
.swor-product-teaser-wrapper {
    background: #5398a4;
	margin-bottom: 20px;
}
#content .swor-product-teaser-wrapper a.vc-swor-product-teaser-link::before {
    content: none;
}
#content .swor-product-teaser-wrapper a.vc-swor-product-teaser-link {
    display: block;
    position: relative;
	color: #fff;
	font-family: 'FuturaLight';
	padding: 15px 30px;
	min-height: 90px;
}
#content .swor-product-teaser-wrapper a.vc-swor-product-teaser-link strong {
	font-family: 'FuturaMedium';
	font-weight: normal;
}
#content .swor-product-teaser-wrapper a.vc-swor-product-teaser-link:hover {
	box-shadow: 0 0 7px -2px #000;
}
.swor-product-teaser-image-wrapper {
    position: absolute;
    right: 30px;
    top: 15px;
}
.swor-product-teaser-image-wrapper img {
    max-width: 65px;
	height: auto;
}
.swor-product-teaser-content {
    margin-right: 80px;
}

@media (max-width: 400px){
	#content .swor-product-teaser-wrapper a {
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.swor-product-teaser-image-wrapper {
		right: 15px;
		top: 10px;
	}
}




/* Search-Results */
.search #content.site-content {
	margin-top: 40px;
}
.search .page-title span {
    font-family: FuturaMedium;
}
.search h5.entry-title {
    margin: 0;
}
.search #content h5.entry-title a::before {
    margin-right: 6px;
    margin-left: 3px;
    margin-bottom: 4px;
	border-width: 8px 0 8px 13px;
}
.search article,
.search .post.hentry {
    margin: 20px 0 40px;
	padding-bottom: 0;
}
.search .entry-summary {
    margin: 0;
}

/* Accordion */
body.wpb-js-composer #content .vc_tta-panel .vc_tta-panel-heading {
    background: #5398a4;
	border: none;
}
body.wpb-js-composer #content .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #003b4d;
}
body.wpb-js-composer #content .vc_tta-panel .vc_tta-panel-body {
    background: transparent;
	border: none;
}

#content .vc_tta-panel-title a::before {
	content: unset;
}
#content .vc_tta-panel-title a {
	color: #fff;
}

body.wpb-js-composer #content .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    border-width: 1px;
    border-right-color: inherit !important;
	border-top-color: #fff !important;
    -ms-transform: rotate(135deg) translate(-4px,9px);
    transform: rotate(135deg) translate(-4px,9px);
    width: 18px;
    height: 18px;
}
body.wpb-js-composer #content .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
}

/* Tarifrechner */
#content #tarifrechner a::before {
    content: unset;
}
#tarifrechner {
	box-shadow: 0 0 10px -2px #000;
}

/* Video 2-click-solution for privacy */
#content .wpb_video_widget .wpb_video_wrapper {
    padding-top: 0;
	background: rgba(50, 50, 50, 0.2);
	cursor: pointer;
}
.video-wrapped .video-wrapped-play {
    top: 40%;
    position: relative;
    margin: 0 20px;
    text-align: center;
	font-weight: bold;
}
.video-wrapped-play div {
    margin: 10px 0 0;
}

/* Footer */
#colophon,
#colophon h4 {
	font-size: 16px;
	line-height: 21px;
}

#colophon .widget-area {
    border-bottom: 1px solid #fff;
}

#colophon .widget-area .widget {
    border-right: 1px solid #fff;
	margin: 0 0 20px;
}

#colophon .widget-area .widget:last-of-type {
    border-right: none;
}

#colophon .widget-title {
    display: none;
}

#colophon .phone {
    font-size: 22px;
    line-height: 27px;
}

#colophon .footer-menu-row {
    margin-top: 20px;
    margin-bottom: 10px;
}

#colophon .button {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 15px;
	transition: background-color 0.2s, color 0.2s;
}

#colophon .button:hover {
    background-color: #fff;
	color: #003b4d;
	text-decoration: none;
}

#colophon .button:active {
	box-shadow: inset 0px 0px 10px #003b4d;
	text-decoration: none;
}

.footer-menu .navbar-nav {
	justify-content: center;
}

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

#footer-menu-wrapper .nav-item {
	margin: 0 2px 0 2px;
	position: relative;
}
#footer-menu-wrapper .nav-item::after {
    content: "|";
    position: absolute;
    right: 1px;
    top: 2px;
    width: 1px;
}
#footer-menu-wrapper .nav-item:last-of-type::after {
    content: "";
}

#footer-menu-wrapper .nav-item .nav-link {
    padding: 3px 15px;
	margin: 0 0 5px;
	transition: background-color 0.2s;
}

#footer-menu-wrapper .nav-item .nav-link:hover {
    background-color: #537e8b;
}


/* Forms */
.gform_wrapper form.row {
	margin-right: -15px;
	margin-left: -15px;
	max-width: calc(100% + 30px);
}
.gform_wrapper .row ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

body .gform_wrapper .row ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper .row ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
}
.gform_wrapper .row label.gfield_label {
    padding-top: 5px;
}
.gform_wrapper .row ul.gfield_radio li {
    width: auto;
	float: left;
	margin-right: 25px;
}
.gform_wrapper .row ul.gfield_checkbox li {
    width: 100%;
	float: left;
	margin-right: 0;
}
.gform_wrapper .row ul.gfield_checkbox li:last-of-type, .gform_wrapper .row ul.gfield_radio li:last-of-type {
	margin-right: 0;
}
.gform_wrapper .row ul.gfield_checkbox, .gform_wrapper .row ul.gfield_radio {
    margin: 0;
}
.gform_wrapper .row .left_label input.medium, .gform_wrapper .row .left_label select.medium, .gform_wrapper .row .right_label input.medium, .gform_wrapper .row .right_label select.medium {
    line-height: 1em;
}
.gform_wrapper form.row .gfield input, .gform_wrapper form.row .gfield select {
    width: 100%;
	background: #d9e1e4;
	border: 1px solid #ccc;
}
.gform_wrapper .row ul.gform_fields:not(.top_label) .gfield_label {
	width: 33%;
    font-family: 'FuturaMedium';
    font-size: 20px;
    font-weight: 400;
}
.gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .gfield_label {
	width: 16%;
}
.gform_wrapper .row .gfield.col-md-12.label-top label.gfield_label {
    width: auto;
}
html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .clear-multi, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .gfield_description, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 66%;
    margin-left: 33%;
}
html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
    width: 66%;
    margin-left: 33%;
}
.ginput_container_date .ui-datepicker-trigger {
	display: inline-block;
}
html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .clear-multi, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .gfield_description, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 83.5%;
    margin-left: 16%;
}
#main .gform_wrapper .row ul.gform_fields .gfield.col-md-12.label-top .ginput_container {
    width: 100%;
    margin-left: 0;
}
.gform_wrapper .row .left_label input.large, .gform_wrapper .row .left_label select.large, .gform_wrapper .row .left_label textarea.large, .gform_wrapper .row .left_label textarea.medium, .gform_wrapper .row .left_label textarea.small, .gform_wrapper .row .right_label input.large, .gform_wrapper .row .right_label select.large, .gform_wrapper .row .right_label textarea.large, .gform_wrapper .row .right_label textarea.medium, .gform_wrapper .row .right_label textarea.small {
    width: 100%;
}
.gform_wrapper form.row .ginput_container .gfield_required {
    color: #c21135;
    display: inline;
}
.gform_wrapper .row .gfield_checkbox li input, .gform_wrapper .row .gfield_checkbox li input[type="checkbox"], .gform_wrapper .row .gfield_radio li input[type="radio"] {
	vertical-align: top;
	margin-top: 10px;
}
.gform_wrapper .row ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper .row ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: 100%;
}
.gform_wrapper .row .gfield_checkbox li label, .gform_wrapper .row .gfield_radio li label {
    max-width: calc(100% - 25px);
}
.datenschutz > label .gfield_required {
    display: none;
}
body .gform_wrapper ul li.gfield.nomargintop {
    margin-top: 0;
}
body .gform_wrapper form.row ul.gform_fields:not(.top_label) li.gfield_html_formatted.nomargin,
body .gform_wrapper form.row ul li.gfield.nomargin {
    margin: 0 !important;
}
body .gform_wrapper ul li.gfield.alignright {
    text-align: right;
}
.gform_wrapper .required-info {
    font-size: 18px;
}
.gform_wrapper .row ul.gform_fields li.gfield {
    padding-right: 15px;
}
.gform_wrapper ul.gform_fields li.gsection {
    padding-left: 15px;
    margin-right: 0;
}
.gform_wrapper form ul.gform_fields.left_label li.gfield.clearfix {
    margin-top: 0;
	margin-bottom: 0;
}
.gform_wrapper .row .gform_footer:not(.top_label) {
    margin-left: calc(((100% - 30px) / 100 * 16) + 15px);
    width: 100%;
	margin-top: 0;
}
.gform_wrapper form.row ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 0 !important;
    width: 100%;
}
.gform_wrapper .row .hidelabel .gfield_label {
    display: none;
}


.nomargin {
	margin: 0;
}


/* Zweiklicklösung */
.dh3pb-blocked-content-message {
    text-align: center;
}

.dh3pb-load-content {
    border: 1px solid #003b4d;
    font-family: FuturaLight, sans-serif;
    padding: 11px 20px;
    font-size: 22px;
    margin: 20px 0 5px;
}

.dh3pb-blocked-content-message p {
    margin: 3px;
}

#content .dh3pb-blocked-content-message a:not([class^="leaflet"])::before {
    border-left-color: #fff;
}
#content .dh3pb-blocked-content-message a:not([class^="leaflet"]):hover::before {
    border-left-color: #003b4d;
}
#content .dh3pb-blocked-content-message a {
    color: #fff;
}
#content .dh3pb-blocked-content-message a:hover {
    color: #003b4d;
}


.warning {
    border: 2px solid #C21135;
    padding: 10px 15px 15px;
	color: #C21135;
}
#content .warning a {
    color: #C21135;
}
#content .warning a::before {
    border-left-color: #C21135;
}


.carousel-item.active {
    display: block;
}

a.gtmoptout {
    cursor: pointer;
}

.h-no-clear h1,
.h-no-clear h2,
.h-no-clear h3,
.h-no-clear h4,
.h-no-clear h5,
.h-no-clear h6 {
	clear: unset;
}

/* Twitter feed - wordpress-social-stream */
.wall-outer {
    margin-left: -15px;
    margin-right: -15px;
}
.wall-outer .dcsns-toolbar {
    display: none;
}
#content .dcwss.dc-wall ul.stream {
    padding-left: 0;
	margin: 0 !important;
}
.dcwss.dc-wall.modern .stream li.dcsns-twitter .section-thumb {
    float: right;
    margin: 20px 20px 10px 10px;
}
.dcwss.dc-wall.modern .stream li {
    text-align: left;
	margin-right: 0;
}
.dcwss.dc-wall.modern .stream li .section-intro {
    padding: 10px 15px;
    text-align: left;
}
.dcwss.dc-wall.modern .stream li .section-intro a {
    padding: 0;
}

#content .stream a::before {
    display: none;
}
.dcwss.dc-wall.modern .twitter-text {
	margin: 15px 0;
}
#content a.twitter-ext-link {
	display: inline-block;
    border: 1px solid #003b4d;
    padding: 10px 12px;
    margin: 0 10px 35px 0;
	color: #003b4d;
	font-family: FuturaLight;
	font-size: 22px;
	line-height: 27px;
	cursor: pointer;
}
#content a.twitter-ext-link:before {
	display: none;
}
#content a.twitter-ext-link:hover {
    color: #fff;
	background-color: #5398a4;
}
#content a.twitter-ext-link:active {
    text-decoration: none;
}


.zwei-click-load-info {
    background: #7598a8;
	padding: 20px;
	color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.zwei-click-load-info .vc-swor-button-wrap {
    margin: 20px 0 5px;
    margin-bottom: 5px;
    max-width: 100%;
}
#content .zwei-click-load-info a {
    color: #fff;
}
#content .zwei-click-load-info a.vc-swor-button.vc-swor-button-color-white {
    border: 1px solid #003b4d;
	color: #003b4d;
	background-color: #fff;
}
#content .zwei-click-load-info a.vc-swor-button::before {
	display: none;
}


.top-notice {
    background: #c21135;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    font-size: 0.8em;
}
.top-notice.ok {
	background: #469734;
	display: none;
}
.top-notice a {
    color: #fff;
    text-decoration: underline;
}
.top-notice a:hover {
    color: #5398a4;
}
.top-notice.ok a:hover {
    color: #003B4D;
}

#content a.notriangle::before {
    content: unset;
}


#slider-press-container {
  margin: 100px 0px;
  background:#f0f0f0;
}

#slider-press-container a.carousel-control::before {
	content: none;
}

#slider-press-container .image-container {
	padding: 50px 10px 50px 50px;
}
#slider-press-container .content-container {
	padding: 50px 50px 50px 10px;
}

#slider-press-container .image-container img {
    width: 100%;
}

#slider-press-container .carousel-control-prev {
    justify-content: left;
}
#slider-press-container .carousel-control-next {
    justify-content: right;
}

#slider-press-container .carousel-control-prev-icon {
    background-image: url("assets/images/arrow-left-blue.svg");
	margin-left: 15px;
}
#slider-press-container .carousel-control-next-icon {
    background-image: url("assets/images/arrow-right-blue.svg");
	margin-right: 15px;
}

#slider-press-container .datatype {
  text-transform: uppercase;
}

#slider-press-container .download_button {
  color:#003b4d;
  font-weight: bold;
}

#slider-press-container .download_button:hover {
  color: #537e8b;
  text-decoration: none;
}

#slider-press-container .download-item {
  margin: 0px 0px 10px 0px;
}
#slider-press-container .download-item:last-of-type {
  margin: 0;
}



.steps-individuell {
  display: flex;
}

.steps-individuell span {
  white-space: normal;
  position: relative;
  padding-right: 38px;
  color: #a5adb0;
  width: 20%;
  align-items: center;
  display: flex;
}
.steps-individuell span.active {
  font-weight: bold;
  color: inherit;
}

.steps-individuell > span > i {
  position: absolute;
  margin: 0 !important;
  right: 13px;
  top: calc(50% - 11px);
}

.steps-individuell span:last-of-type {
  padding-right: 0;
}

.gform_wrapper .row.form-individuell ul.gform_fields:not(.top_label) .label-top .gfield_label {
	width: unset;
}

html:not([dir="rtl"]) .gform_wrapper .row.form-individuell ul.gform_fields:not(.top_label) .label-top .clear-multi,
html:not([dir="rtl"]) .gform_wrapper .row.form-individuell ul.gform_fields:not(.top_label) .label-top .gfield_description,
html:not([dir="rtl"]) .gform_wrapper .row.form-individuell ul.gform_fields:not(.top_label) .label-top .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
  width: 100%;
  margin-left: 0%;
}

html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12.hidelabel .clear-multi,
html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12.hidelabel .gfield_description,
html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12.hidelabel .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
  width: 100%;
  margin-left: 0%;
}

@media (max-width: 767px){
	.hide-on-mobile {
		display: none;
	}
}



@media (max-width: 767px){
	html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .clear-multi, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .gfield_description, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		width: 66%;
		margin-left: 33%;
	}
	.gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .gfield_label {
		width: 33%;
	}
	.gform_wrapper .row .gform_footer:not(.top_label) {
		margin-left: calc(((100% - 30px) / 100 * 33) + 15px);
	}
}

@media (max-width: 1199px){ /* 640 */
	html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .clear-multi, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .gfield_description, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		width: 100%;
		margin-left: 0;
	}
	html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .clear-multi, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .gfield_description, html:not([dir="rtl"]) .gform_wrapper .row ul.gform_fields:not(.top_label) .col-md-12 .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		width: 100%;
		margin-left: 0;
	}
	.gform_wrapper .row ul.gform_fields:not(.top_label) .gfield_label {
		width: 100%;
	}
	.gform_wrapper .row .gform_footer:not(.top_label) {
		margin-left: 15px;
	}
}

@media (max-width: 575px){
	.gform_wrapper .row .gfield_checkbox li label, .gform_wrapper .row .gfield_radio li label {
		font-size: 1em;
	}
	.gform_wrapper .row .gfield_checkbox li input, .gform_wrapper .row .gfield_checkbox li input[type="checkbox"], .gform_wrapper .row .gfield_radio li input[type="radio"] {
		margin-top: 6px;
	}
}



/* Tablet and Mobile */
@media (max-width: 1199px) {
	.header-wrapper {
		width: 100%;
		padding: 0;
	}

	#static-header-menu-wrapper {
		display: none;
	}
	
	.infobar-toggler {
		position: absolute;
		left: 0;
		top: 25px;
	}
	
	.infobar-toggler .navbar-info-button {
		width: 38px;
		height: 49px;
		background-size: 38px auto;
	}
	
	.infobar-toggler.collapsed .navbar-info-button {
		background-image: url('assets/images/info_right.svg');
		background-position: 0 0;
	}
	
	.infobar-toggler:hover .navbar-info-button {
		background-image: url('assets/images/info_right.svg');
		background-position: 0 -49px;
	}
	
	.infobar-toggler:not(.collapsed) .navbar-info-button {
		background-image: url('assets/images/info_right.svg');
		background-position: 0 -98px;
	}
	
	.navbar-brand {
		justify-content: center;
		display: flex;
	}
	
	.navbar-menu-line-wrapper {
		display: block;
		height: 0px;
	}
	
	.navbar .navbar-toggler {
		right: 35px;
	}
	
	.search-toggler {
		right: 80px;
	}
	
	#search-container {
		width: 100%;
	}
	
	.search-col {
		background-position: calc(100% - 97px) top;
	}
}

@media (max-width: 991px){
	/* Menus and Header relative not fixed */
	body {
		padding-top: 0;
	}
	
	header#masthead {
		position: relative;
	}
	
	#main-navigation {
		max-height: none !important;
		border-bottom: none;
	}
	
	.toggle-menu,
	.search-bar-wrapper,
	.info-bar-wrapper {
		position: relative;
		top: 0;
	}
	
	#info-bar .row {
		padding-top: 0;
	}
	
	#info-bar .widget:first-of-type {
		padding: 0;
	}
	
	#info-bar .widget {
		padding: 0 20px;
		border-right: none;
		margin: 0;
	}
	
	#info-bar .widget:not(:first-child) {
		text-align: center;
	}
	
	#info-bar .widget:not(:first-child) img {
		float: none !important;
		margin: 0 0 15px !important;
	}
	
	#info-bar .widget:not(:first-child) h4 {
		display: block !important;
		margin-bottom: -15px;
	}
	
	#info-bar .widget {
		border-bottom: 2px solid #fff;
	}
	
	#info-bar .hotline-widget {
		padding: 15px 20px !important;
	}
	
	#info-bar .contact-widget {
		margin: 15px 0 !important;
	}
	
	/* Post carousel */
	.carousel-post-image {
		display: block;
		margin: 0 0 20px;
	}
	.carousel-post-content {
		display: block;
		width: 100%;
	}
	
	/* Teaser */
	.swor-teaser-content h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.swor-teaser-content {
		font-size: 18px;
		line-height: 23px;
		padding: 15px 15px 20px;
	}
	.swor-teaser-button {
		padding: 8px 10px;
		font-size: 16px;
	}
	
	/* Footer */
	#colophon .container {
		width: 100%;
	}
	
	#colophon .widget-area {
		border-bottom: none;
	}
	
	#colophon .widget-area .widget {
		border-right: none;
	}
	
	#colophon .widget > div {
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
	}
	
	#colophon .footer-hotline img {
		float: none !important;
		margin-left: 20px;
	}
	
	#colophon .footer-hotline-content {
		float: left;
	}
	
	.footer-partner-widget img {
		width: auto !important;
		margin-right: 20px !important;
	}
	
	#colophon .footer-menu-row {
		margin-top: 0;
	}
	
	/* Search-Results */
	.search #content.site-content {
		margin-top: 30px;
	}
}

@media (min-width: 768px){
	.swor-teaser-row {
		flex-wrap: nowrap;
	}
}

@media (max-width: 767px){
	.swor-post-slider-wrapper {
		margin-bottom: 20px;
	}
	
	.swor-teaser-wrapper {
		margin-bottom: 20px;
	}
	.wp-caption.photo-cd {
		width: 380px;
		float: none;
		text-align: center;
		display: block;
		margin: 25px auto;
	}
	
	#slider-press-container .image-container {
		padding: 25px 25px 10px 25px;
	}
	#slider-press-container .content-container {
		padding: 10px 25px 25px 25px;
	}
	#slider-press-container .carousel-control-prev-icon {
		margin-left: 0;
	}
	#slider-press-container .carousel-control-next-icon {
		margin-right: 0;
	}
}

@media (max-width: 575px){
	body {
		font-size: 16px;
		line-height: 21px;
	}
	h1, h2, h3, h4, h5 {
		font-size: 22px;
		line-height: 27px;
	}
	h6 {
		font-size: 16px;
		line-height: 21px;
	}
	
	/* Main Menu */
	#main-navigation {
		border-top-width: 20px;
	}
	#main-navigation > li > a {
		font-size: 22px;
		line-height: 27px;
		padding: 1px 0 2px;
	}
	#main-navigation .sub-menu a {
		font-size: 16px;
		line-height: 30px;
	}
	#main-navigation .sub-menu {
		padding: 7px 0 0;
	}
	#main-navigation > li {
		margin-bottom: 15px;
	}
	
	/* Footer Menu */
	#menu-footer-menue {
		display: block;
	}
	
	#menu-footer-menue .menu-item {
		flex-basis: 0;
		flex-grow: 0;
		text-align: center;
	}
	
	#footer-menu-wrapper .nav-item::after {
		content: "";
	}

	
	/* Header Image */
	.header-image-headline-wrapper {
		position: relative;
		top: 0;
		left: 0;
		max-width: unset;
		padding: 20px 15px;
	}
	.header-image-headline-wrapper h2 {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 2px;
	}
	.header-image-wrapper .carousel-control-next, .header-image-wrapper .carousel-control-prev {
		top: 30%;
	}
	.header-image-wrapper .carousel-item {
		flex-direction: column;
	}
	.header-image-wrapper .carousel-item.active {
		display: block;
	}
	
	#content > div:first-of-type {
		margin-top: 0;
	}
	
	/* Post carousel */
	.swor-post-slider-wrapper {
		padding: 0 0 80px;
	}
	#postCarousel .carousel-inner {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	#postCarousel .carousel-control-next, #postCarousel .carousel-control-prev {
		bottom: -60px;
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
		width: 50%;
		position: absolute;
		height: 35px;
		top: unset;
	}
	#postCarousel .carousel-control-prev {
		justify-content: flex-end;
		padding: 0 20px 0 0;
	}
	#postCarousel .carousel-control-next {
		justify-content: flex-start;
		padding: 0 0 0 20px;
	}
	
	/* Sidebar */
	#secondary {
		padding: 0;
	}
	#secondary section.widget {
		margin-bottom: 0;
	}
	
	/* Tarifrechner */
	.entry-content div.vc_row.tarifrechner {
		margin-top: 0px !important;
	}
	
	/* Buttons */
	#content a.vc-swor-button {
		padding: 11px 10px;
		font-size: 18px;
		line-height: 22px;
	}
}


@media (max-width: 400px){
	#mobile-search-container {
		display: block;
	}
	.search-toggler {
		display: none;
	}
}

/* Header-Video */
@media (max-width: 1480px){
	#headerCarousel .carousel-item video {
		max-width: 100vw;
		max-height: calc(100vw / 2.17647);
	}
}



/* Grid */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media print {
	.container {
		width: 1200px;
	}
	.row,
	#primary {
		display: block;
	}
	
	#masthead,
	.header-image-wrapper,
	.tarifrechner,
	.swor-post-slider-wrapper,
	.back-to-top,
	.footer-menu-row {
		display: none !important;
	}
	
	body {
		color: #000 !important;
	}
	
	.vc_row.vc_row-flex {
		display: block;
	}
	.vc_row.vc_row-flex > .vc_column_container {
		display: block;
	}
	.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
		display: block;
	}

	.swor-teaser-row {
		display: block;
	}
	.swor-teaser-row > .vc_column_container {
		display: block;
	}
	.swor-teaser-row > .vc_column_container > .vc_column-inner {
		display: block;
	}
	.swor-teaser-row .wpb_wrapper {
		display: block;
	}
	.swor-teaser-wrapper {
		display: block;
	}
	#content .swor-teaser-wrapper a.vc-swor-teaser-link {
		display: block;
	}
	.swor-teaser-content {
		display: block;
	}
	
	#colophon .widget-area {
		border: none !important;
	}
	#colophon .col-lg.col-12 {
		display: inline-block;
		width: 20%;
	}
	#colophon .widget-area .widget {
		vertical-align: top;
		border: none !important;
	}
	#colophon .textwidget {
		border: none !important;
	}
	
}


.gform_wrapper .gform_heading .gform_required_legend{
	display:none;
}
.gform_wrapper.gravity-theme .gform-body {
	padding-right: 15px;
	padding-left: 15px;
}	
.gform_wrapper form.row  .gfield--type-radio .gfield-choice-input, .gform_wrapper form.row .gfield .ginput_container_consent input{
	width:auto;
}
.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message{
	width:auto !important;
}
.gform_wrapper.gravity-theme .gform-body{
	margin-bottom:1em;
}
.gform_wrapper.gravity-theme .gform_footer.left_label{
	padding:0  15px !important;
	margin-left:0 !important;
}
body .gform_wrapper.gravity-theme .gfield_label{
	font-family: 'FuturaMedium';
	font-size: 20px;
	font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield_radio label{
	font-size: .875em;
}
body .gform_wrapper.gravity-theme .gfield{
	padding-left:15px;
	padding-right:15px;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;	
    padding-bottom: 6px;
    padding-top: 8px;		
    margin-bottom: 6px !important;	
}
body .gform_wrapper.gravity-theme .gfield_error{

    background-color: rgba(255, 223, 224, .25);
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
}
body .gform_wrapper.gravity-theme .gfield_error label{
	color: #790000;
}
body .gform_wrapper.gravity-theme .gfield_validation_message{
	    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
	border:0;
	padding:0;
	font-size: 20px;
}
body .gform_wrapper.gravity-theme fieldset{
	max-width:100%
}
body .gform_wrapper.gravity-theme .gfield_radio{
	display:flex;	
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
    padding-right: 1em;
}

.gform_wrapper .row ul.gform_fields:not(.top_label) .gfield--type-frcaptcha{
	padding-left:15px;
}
.gform_wrapper .row ul.gform_fields:not(.top_label) .gfield--type-frcaptcha .gfield_label {
	float:none;
	width:100%;
}