/*
Theme Name: Perfect Responsive
Theme URI: https://netperfection.de
Description: Das Theme von netperfection.de
Version: 0.9
Author: NetPerfection - Denis Metten
Author URI: http://www.netperfection.de
 */

html, body {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

main {
    display: block;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
	top: -0.5em;}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}


/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}


a, a:link, a:visited, a:active {
    color: #4D8994;
	curosr:pointer;
}

a:hover {
    text-decoration: none;
}

a, a:hover {
    -webkit-transition: all 0.5s ease; /* Firefox */
    -moz-transition: all 0.5s ease; /* WebKit */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease; /* Standard */
    word-wrap: break-word;
}

p {
    margin: 0;
    padding: 10px 0;
}
h1 + p, h2 + p, h3 + p {
    padding-top: 0px;
}
iframe {
    width: 100%;
    min-height: 400px;
    max-width: 100% !important;
}
img {
    max-width: 100%;
    height: auto;
}

input, fieldset, textarea {
    width: 100%;
}

input.submit-send {
    float: right;
    background-color: #565656;
    width: auto;
    padding: 5px 30px;
    border: none;
    color: #fff;
    margin-top: 20px;
}

ul,ol {
    margin-left: 5px;
    padding-left: 0px;
}
li {
    margin: 0 0 1rem 1rem;
}
/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

.bg-gray {
    background-color: #f1f1f1;
}
.bg-red {
    background-color: #565656;
}
.text-red {
    color: #565656;
}
.text-white{
	color: #ffffff !important;
}

@-webkit-keyframes zoom {
    0% {
        margin-bottom: 0;
        margin-top: 0;
    }
    50% {
        margin-bottom: -20px;
        margin-top: 20px;
    }
    100% {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@keyframes zoom {
    0% {
        margin-bottom: 0;
        margin-top: 0;
    }
    50% {
        margin-bottom: -20px;
        margin-top: 20px;
    }
    100% {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.cover-pfeil {
    -webkit-animation: zoom 2s infinite;
    animation: zoom 2s infinite;
}
.cover-pfeil {
    display: block;
    margin: 0 auto;
}
.bg-red h2 {
    color: #fff;
}
.bg-opacity-layer {
    background-color: rgba(0, 0, 0, .7);
    padding: 60px 0;
}
.bg-textfeld2, .bg-textfeld1 {
    background-attachment: fixed;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-textfeld1 {
    padding: 60px 0;
}
.bg-textfeld2, .bg-textfeld2 h2 {
    color: #fff;
}
.bg-textfeld2 h2 {
    padding-bottom: 20px;
}
.logo {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.sidebar {
    border: 1px solid #002B5C;
    padding: 15px;
    background-color: #0A3B69;
    color: #fff;
}
.clear {
    width: 100%;
    clear: both;
}
.menu-menue-1-container {
    display: none;
}
a.btn-red, a:link.btn-red, a:hover.btn-red {
    background-color: #af1917;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 700;
}
.sidebar-widget {
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 2px solid #ccc;
}
.sidebar-widget ul, .sidebar-widget li {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
}
.widget-feld1 h3, .widget-feld2 h3, .widget-feld3 h3 {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 10px;
}



/*+++ Formular++++*/

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.contactform {
    margin-top: 30px;
}
.contactform p {
    margin: 0;
    padding: 0;
}
.contactInput {
    height: 64px;
    margin-bottom: 15px;
}
.contactTextarea {
    height: 143px !important;
}
.contactformnormal .senden, .contactform .senden {
    background-color: #565656;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    border: none;
}
.form-control:focus {
    border-color: #565656;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 14, 45, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 14, 45, .6);
}
/*+++ Bootstrap +++++++++++*/

.thumbnail {
    border: none;
}
.thumbnail a > img, .thumbnail > img {
    margin-left: 0px;
}
.thumbnail .caption {
    padding: 9px 9px 9px 0;
}
.startseite-buecher .thumbnail {
    min-height: 810px;
}

/*##########################*/
/*###### NAVIGATION ########*/
/*##########################*/

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
}
.logo {
    float: left;
    display: inline;
    width: 60px;
	padding: 0;
	padding-bottom:10px;
	padding-top:10px;
    max-width: 100%;
}
.top-nav {
    margin-right: 0;
    font-size: 16px;
    color: #ccc;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
}
.navbar-default #menu-header > li > a {
    color: #000;
}
.top-nav > li:last-child > a {
    padding: 10px 10px 10px 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #af1917;
    background-color: transparent;
}
.top-nav > li > a {
    color: #ccc;
}
.navbar-header {
    width: 100%;
}
.navbar-default, #footer {
    background-color: rgba(255, 255, 255, 1);
    border: none;
}
.navbar {
    margin: 0 0 0 0;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0px;
	line-height:60px;
}
.navbar .navbar-collapse{
	line-height:1.5rem;
}
#menu-header {
    text-transform: uppercase;
}
.fixed-top {
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.navbar-footer {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-brand {
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ccc;
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
    max-width: 400px;
    min-width: 400px;
}
.dropdown-menu li, .dropdown-menu a {
    max-width: 100%;
}
.dropdown-menu a {
    max-width: 100%;
    white-space: normal !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #000;
}
.navbar-default #menu-header > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #565656;
}
.navbar-default .navbar-toggle {
    margin-top: 20px;
}
.navbar-toggler {
    padding: .25rem 0rem;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}
.lang-item {
    color: #af1917;
}
.navbar-nav > li {
    margin: 0;
}
.navbar-nav > li.lang-item > a {
    padding: 0px 0;
}
.navbar-nav > li.lang-item-16 a {
    border-left: 1px solid rgba(0, 0, 0, .5);
}
.nav-btn-red a {
    background-color: rgba(167, 23, 32, 1); /*#af1917;*/
}
.nav-btn-red a:hover {
    background-color: rgba(167, 23, 32, 0.9); /*#af1917;*/
}
.bg-white {
    background-color: #fff !important;
}
/*######################################*/
/*### BOOTSTRAP MENU ICON ANIMATION ####*/
/*######################################*/
/* Icon 1 */
.animated-icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-dark .animated-icon span {
    background: rgba(255,255,255,1.00);
}
.navbar-light .animated-icon span {
    background: rgba(0,0,0,1.00);
}
/* Icon 4 */
.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
}
.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 4px;
}
/*#########################*/
/*+++ Allgemein +++++++++++*/
/*#########################*/
.gray {
    background-color: #f1efef;
}

.carousel-control {
    width: 5%;
}
.carousel-caption * {
    color: #000;
    text-align: left;
}
.carousel {
    margin: 0;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.carousel-caption {
    color: #565656;
    text-shadow: none;
    padding-bottom: 15px;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: #ffff;
    bottom: auto;
    right: auto;
    padding: 30px 100px;
}
.carousel-caption {
    font-size: 1.8em;
    left: auto;
    right: 0;
    bottom: auto;
    top: 80px;
    background-color: transparent;
    width: 45%;
    padding: 10px 50px 20px 50px;
}
.carousel-caption.carousel-text2 p, .carousel-caption.carousel-text2 strong {
    color: #fff;
}
.carousel-caption.carousel-text3 {
    width: 35%;
}
.carousel-caption.carousel-text1 {
    left: 80px;
    right: 0;
    bottom: auto;
    top: 30px;
}
.start-feld5 .thumbnail img {
    max-height: 350px;
}
.cr_ipe_item .itemname {
    width: auto !important;
}
/*
inspired from https://codepen.io/Rowno/pen/Afykb */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* just for demo purpose */
html, body, .carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}

/*+++ Footer ++++++++++++*/

.footer *{
	color:#000;
}
.referenzen-footer {
    text-align: center;
    padding: 40px 0;
}
.referenzen-footer img {
    border: none;
    padding: 10px 15px;
    max-height: 100%;
    height: 70px;
    width: auto;
}
.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #e01972;
	text-decoration:none;
}
.footer-v1 .footer {
    padding: 0px 0;
    background: #E2D2B7;
}
.footer-v1 address {
    line-height: 23px;
}
.footer-v1 .footer .map-img {
    background: url(img/map-img.png) 5px 60px no-repeat;
}
.link-list a {
    color: #000;
    font-size: 11px;
    padding: 3px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
}
.footer-v1 .footer h2 {
    font-size: 16px;
}
.social-media-wrapper{
	padding-top:10px;
	font-weight:bold;
}
.footer-4-wrapper h2:last-of-type(2) {
    padding-top: 0px;
}
.footer-socials{
	padding:10px 0px 0 0;
	margin-bottom:0px;
}
.footer-socials,.footer-socials li{
    display:inline-block;
	width:auto;
}
.footer-socials li{
    margin:0 0 .5rem 1.5rem;
}

.social-media-wrapper .row{
	text-align:center;
	display:block;
}
.social-media-wrapper a,.social-media-wrapper a:link,.social-media-wrapper a:hover{
	color:#000;
}
@media only screen and (min-width: 576px) {
	.footer-socials li{
		margin:0 0 1rem 1.5rem;
	}
}
@media only screen and (min-width: 767px) {
	.footer-v1 .footer {
		padding: 20px 0;
	}
	.footer-v1 .footer h2 {
		font-size: 18px;
	}
	.social-media-wrapper{
		line-height:60px;
		height:60px;
		text-align:center;
		font-weight:bold;
		font-size:1.2em;
		padding-top:0px;
		padding-bottom:0px;
	}
	.footer-socials{
		padding:0px;
	}
}
.footertext {
    padding: 5px 0;
}

/*############################*/
/*++++++ ZOOM Effekt ++++++++++++*/
/*############################*/

@-webkit-keyframes zoom {
  0%   {transform: scale(1, 1);}
  50%  {transform: scale(1.2, 1.2);}
  100%  {transform: scale(1, 1);}
}

@keyframes zoom {
  0%   {transform: scale(1, 1);}
  50%  {transform: scale(1.2, 1.2);}
  100%  {transform: scale(1, 1);}
}

.perfect-cover img{
  -webkit-animation: zoom 90s;
  animation: zoom 90s;
}
.perfect-cover{
  max-height:650px;
  overflow:hidden;
}

/*############################*/
/*++++++ STANDARD ++++++++++++*/
/*############################*/

.link-absolute{
	position:absolute;
	z-index:999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}
h1, h2, h3, h4 {
    color: #00000;
    font-weight: 700;
    width: 100%;
	line-height:150%;
}
h1 {
    font-size: 1.3em;
}
h2{
    font-size: 1.2em;
}
h3, h4 {
    font-size: 1em;
}
h1, h2 {
    padding-top: 30px;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 0px;
}
h3,h4{
	padding-top:20px;
}

.heading{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom:20px;
}
.heading::after {
    border-top: 2px solid #000 !important;
}
.heading:after{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
    display: block;
    border-top: 2px solid #D8D8D8;
	margin-left:10px;
}
.heading h1,.heading h2,.heading h3{
    display: block;
    width:auto;
    max-width: 80%;
    text-align: left;
	padding-bottom:5px;
}
.text-standard,a.text-standard,a:link.text-standard{
	color:#000;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content ul,.content li{
	list-style-type: none;
	padding:7px 0px;
	margin:0;
}
.content li{
	padding:7px 20px;
}
.content li:before{
	content:'\f101';
	font: normal normal normal 14px/1 FontAwesome;
	padding-right:8px;
	height:100%;
}
.content ul.no-list-type li:before{
	display:none;
}
.content ul.no-list-type li p{
	display:none;
}
.content li:nth-child(2n+1){
	background-color:rgba(226,210,183,1.00);
}

@media only screen and (min-width: 992px) {
	.page-nav-height {
		height: 62px;
	}
	h1 {
		font-size: 1.6em;
	}
	h2, h3, h4 {
		font-size: 1.2em;
	}
	h1, h2 {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
@media only screen and (min-width: 1350px) {
	h1 {
		font-size: 2em;
	}
}



/*############################*/
/*++++++ BLOCKS ++++++++++++++*/
/*############################*/

/*#### TWO COLS #######*/

.two-cols .col-sm-6{
	padding-bottom:30px;
}
.two-cols .col-sm-6_last-child{
	padding-bottom:0px;
}

@media only screen and (min-width: 576px) {
	two-cols .col-sm-6{
		padding-bottom:0;
	}
}


/*############################*/
/*##### VIDEOS ########*/
/*###########################*/

.youtube,.wp-block-embed__wrapper,.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed,
.video video,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*############################*/
/*#### CARD ##################*/
/*############################*/

.card-img-overlay-white-gradient{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+23,0.8+86,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0.8) 86%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.8) 86%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.8) 86%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.cover-img-overlay-white-gradient{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.6+36,1+76,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 36%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 36%,rgba(255,255,255,1) 76%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 36%,rgba(255,255,255,1) 76%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.cover-img-overlay {
display:none;
}

@media only screen and (min-width: 650px) {
.cover-img-overlay {
	display:block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
	height:50px;
}
}

@media only screen and (min-width: 1023px) {
.cover-img-overlay {
	height:100px;
}
}

@media only screen and (min-width: 1499px) {
.cover-img-overlay {
	height:200px;
}
}

/*############################*/
/*#### FULL SIZE IMAGE #######*/
/*############################*/

.opacity-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.full-size-image-headline h1{
	font-weight:400;
}

.full-size-image-headline h3{
	font-size:1.5rem;
}

@media only screen and (min-width: 650px) {
    .full-size-image-headline {
        position: absolute;
    }
	.full-size-image-center {
		position: relative;
		background-color: #000;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.full-size-image-center picture{
		width:100%;
	}
	.full-size-image-center-left {
		position: relative;
		background-color: #000;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.full-size-image-headline h3{
		width:70%;
	}
}
@media only screen and (min-width: 1023px) {
	.full-size-image-headline h3{
		width:100%;
	}
}
@media only screen and (max-width: 780px) {
	.full-size-image-headline h3{
		font-size:1.1rem;
	}
}
@media only screen and (max-width: 766px) {
	.full-size-image-headline h1 *{
        color:rgba(167,23,32,1.00) !important
    }
}

@media only screen and (min-width: 650px) {
	.top-10 {
		top: 50px !important;
	}
	.top-20 {
		top: 8% !important;
	}
	.top-30 {
		top: 15% !important;
	}
	.top-40 {
		top: 30% !important;
	}
	.top-60 {
		top: 40% !important;
	}
	.top-70 {
		top: 60% !important;
	}
	.top-80 {
		top: 60% !important;
	}
	.top-90 {
		top: 70% !important;
	}
	.start-10 {
		left: 2% !important;
	}
	.start-20 {
		left: 10% !important;
	}
	.start-30 {
		left: 20% !important;
	}
	.start-40 {
		left: 30% !important;
	}
	.start-50 {
		left: 30% !important;
	}
	.start-60 {
		left: 40% !important;
	}
	.start-70 {
		left: 50% !important;
	}
	.start-80 {
		left: 60% !important;
	}
	.start-90 {
		left: 70% !important;
	}
}

@media only screen and (min-width: 992px) {
	.top-10 {
		top: 120px !important;
	}
	.top-20 {
		top: 150px !important;
	}
	.top-30 {
		top: 20% !important;
	}
	.top-40 {
		top: 35% !important;
	}
	.top-60 {
		top: 45% !important;
	}
	.top-70 {
		top: 65% !important;
	}
	.top-80 {
		top: 70% !important;
	}
	.top-90 {
		top: 75% !important;
	}
	.start-10 {
		left: 10% !important;
	}
	.start-20 {
		left: 15% !important;
	}
	.start-30 {
		left: 25% !important;
	}
	.start-40 {
		left: 35% !important;
	}
	.start-50 {
		left: 40% !important;
	}
	.top-10.start-50 {
		left: 45% !important;
	}
	.start-60 {
		left: 45% !important;
	}
	.start-70 {
		left: 55% !important;
	}
	.start-80 {
		left: 65% !important;
	}
	.start-90 {
		left: 75% !important;
	}
}

@media only screen and (min-width: 1100px) {
	.top-10 {
		top: 150px !important;
	}
	.top-20 {
		top: 200px !important;
	}
	.top-30 {
		top: 17% !important;
	}
	.top-40 {
		top: 40% !important;
	}
	.top-60 {
		top: 60% !important;
	}
	.top-70 {
		top: 70% !important;
	}
	.top-80 {
		top: 80% !important;
	}
	.top-90 {
		top: 90% !important;
	}
	.start-10 {
		left: 10% !important;
	}
	.start-20 {
		left: 20% !important;
	}
	.start-30 {
		left: 30% !important;
	}
	.start-40 {
		left: 40% !important;
	}
	.start-50 {
		left: 43% !important;
	}
	.start-60 {
		left: 50% !important;
	}
	.start-70 {
		left: 70% !important;
	}
	.start-80 {
		left: 80% !important;
	}
	.start-90 {
		left: 90% !important;
	}
}
@media only screen and (min-width: 1500px) {
	.top-10 {
		top: 200px !important;
	}
	.top-20 {
		top: 250px !important;
	}
	.top-30 {
		top: 17% !important;
	}
	.top-40 {
		top: 40% !important;
	}
	.top-60 {
		top: 60% !important;
	}
	.top-70 {
		top: 70% !important;
	}
	.top-80 {
		top: 80% !important;
	}
	.top-90 {
		top: 90% !important;
	}
	.start-10 {
		left: 10% !important;
	}
	.start-20 {
		left: 20% !important;
	}
	.start-30 {
		left: 30% !important;
	}
	.start-40 {
		left: 40% !important;
	}
	.start-50 {
		left: 43% !important;
	}
	.start-60 {
		left: 60% !important;
	}
	.start-70 {
		left: 70% !important;
	}
	.start-80 {
		left: 80% !important;
	}
	.start-90 {
		left: 90% !important;
	}
}

/*### TIMELINE ############*/

.display-scroll{
    display:block;
    position:absolute;
    height:100%;
    width:100px;
background: -moz-linear-gradient(left,  rgba(178,178,178,0) 0%, rgba(178,178,178,0.37) 14%, rgba(178,178,178,1) 38%, rgba(178,178,178,1) 100%);
background: -webkit-linear-gradient(left,  rgba(178,178,178,0) 0%,rgba(178,178,178,0.37) 14%,rgba(178,178,178,1) 38%,rgba(178,178,178,1) 100%);
background: linear-gradient(to right,  rgba(178,178,178,0) 0%,rgba(178,178,178,0.37) 14%,rgba(178,178,178,1) 38%,rgba(178,178,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2b2b2', endColorstr='#b2b2b2',GradientType=1 );

    right:0;
    top:0;
    bottom:auto;
    left:auto;
    z-index:99;
}
.display-scroll i{
    position:absolute;
    top:40%;
    left:75%;
    font-size:2em;
}
@media only screen and (min-width: 1200px){
    .display-scroll{
        display:none;
    }
}
.timeline-wrapper-scroll{
    position:relative;
    z-index:8;
    width:100%;
}
.timeline-wrapper{
    position:relative;
    z-index:10;
    width:100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.timeline-wrapper:-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.timeline-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px auto;
  min-width:1200px;
}

.timeline li {
  float: left;    
  width: 200px;   
  position: relative;  
  margin:0 0 30px 0;
  font-family: 'Merriweather Sans', sans-serif !important;
  font-style: normal;
  font-weight:400;
}

.timeline li:before {
  content: ' ';
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 0 15px 0;  
  background: #fff;
}

.timeline li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 8px;
  left: 0%;
  z-index: -1;
}

.timeline li:last-child:after {
  content: none;
}

.timeline li.active {
  color: #E01972;
}
.timeline li.active:before{
    background-color:#E01972;
}

/*### BREADCRUMB #############*/

.rank-math-breadcrumb{
    font-family: 'Merriweather Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform:uppercase;
}

/*### INFO SIDEBAR #############*/

.info-sidebar{
    display:block;
    position:fixed;
    top:auto;
    right:auto;
    left:auto;
    bottom:0;
    background-color:#17334B;
    color:#fff;
    padding:15px 15px 15px 15px;
    width:100%;
    height:50px;
    text-align:center;
}
.info-sidebar a{
    display:inline-block;
    padding:0 35px;
}
.info-sidebar a:last-child{
    padding-bottom:0px;
}
.info-sidebar a:hover i{
    color:#E01972;
}
.info-sidebar i{
    color:#fff;
}

@media only screen and (min-width: 650px){
    .info-sidebar{
        display:block;
        position:fixed;
        top:50%;
        right:0;
        left:auto;
        bottom:auto;
        background-color:#17334B;
        color:#fff;
        padding:15px 15px 15px 15px;
        width:auto;
        height:auto;
    }

    .info-sidebar a{
        display:block;
        padding-bottom:15px;
            padding-left:0px;
            padding-right:0px;
    }
}

/*### SUCHE ###################*/

.perfect-navbar-header .search-nav {
    width: 100%;
    position: fixed;
    top: 75px;
    background-color: rgba(0,0,0,0.9);
    left: 0;
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
    display:none;
}
.perfect-navbar-header .search-nav input{
    width:50%;
    background-color: rgba(0,0,0,0);
    box-shadow:none;
    border:2px solid rgba(0,0,0,0);
    border-bottom:1px solid #ccc;
    color:#fff;
}
.perfect-navbar-header .search-nav input:focus,.perfect-navbar-header .search-nav input:hover{
    border:2px solid rgba(0,0,0,0);
    border-bottom:2px solid #fff;
    outline-offset: 3px;
    outline-width: 0px;
    -webkit-appearance: textfield;
    outline-color:transparent;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

[type="search"] {
    outline-offset: 0px;
    -webkit-appearance: textfield;
    outline-color:transparent;
}
a.nav-search-link{
     font-size:30px;
     padding-right:15px;
     margin-right:10px;
}
@media only screen and (min-width: 550px){
    a.nav-search-link{
        font-size:30px;
        padding-right:15px;
        margin-right:50px;
    }
}
a.nav-search-link i{
    color:#000;
}

/*### KONTAKT ################*/

.contact-form-wrapper input[type="text"],.contact-form-wrapper input[type="email"],.contact-form-wrapper input[type="tel"],.contact-form-wrapper textarea{
    border:none;
    padding:5px 10px 5px 10px;
    /*background-color:rgba(250,249,249,0.80);*/
    font-size:1.2rem;
    border-bottom: 1px solid #17334B;
}

@media only screen and (min-width: 991px){
.contact-form-wrapper input[type="text"],.contact-form-wrapper input[type="email"],.contact-form-wrapper input[type="tel"],.contact-form-wrapper textarea{
    font-size:1.6rem;
}
}

.contact-form-wrapper input[type="text"],.contact-form-wrapper input[type="email"],.contact-form-wrapper input[type="tel"],.contact-form-wrapper textarea{
    border:none;
    padding:5px 10px 5px 0px;
    /*background-color:rgba(250,249,249,0.80);*/
    font-size:1.6em;
    border-bottom: 1px solid #17334B;
}
.contact-form-wrapper input:focus,.contact-form-wrapper input:focus-visible,.contact-form-wrapper textarea:focus,.contact-form-wrapper textarea:focus-visible{
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 14, 45, .6);
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(0, 0, 0, .6);
    border: none;
    outline: none !important;/* Entfernt den grünen Rand */
}
.contact-form-wrapper textarea{
    height:200px;
}
.contact-form-wrapper input[type="submit"],.contact-form-wrapper input[type="file"],.custom-file-label{
    background-color:#E01972;
    color:#fff;
    padding:15px 10px;
    margin-top: calc(.75rem);
    border:none;
    border-radius:0;
}
.contact-form-wrapper input[type="submit"]{
    width:auto;
    padding-left:30px;
    padding-right:30px;
    min-width:30%;
}
.contact-form-wrapper input[type="file"]{
    margin-top:0px;
}
.contact-form-wrapper .custom-file-input:lang(en) ~ .custom-file-label::after,.contact-form-wrapper .custom-file-label::after {
        display:none;
        content: "";
        border-radius:0;
        top:1px;
        right:1px;
}
.contact-form-wrapper .codedropz-upload-wrapper .codedropz-upload-inner{
    padding-top:1.75em;
    padding-bottom:1.75em;
}
.contact-form-wrapper .codedropz-upload-wrapper *{
    font-size:1.2rem;
    padding:0;
    margin:0;
}
.contact-form-wrapper .wpcf7-response-output{
    padding:20px 15px !important;
    margin:0 0 15px 0 !important;
    border-top:none !important;
    border-right:none !important;
    border-bottom:none !important;
    background-color: #ebefed;
}
.contact-form-wrapper .wpcf7-spinner{
    margin-top:20px !important;
}
h2 input{
    border:none;
    box-shadow:0;
}
.wpcf7-list-item {
  display:inline;
  margin: 0;
}
.wpcf7 .failed .wpcf7-response-output,
.wpcf7 .sent .wpcf7-response-output{
    display: block !important;
}
.wpcf7-spinner{
    display:none;
}

/*############################*/
/*++ FULL SIZE IMAGE HEADER ++++++*/
/*############################*/

.wp-header-image img{
    width:100%;
}

/*############################*/
/*++ Carousel ++++++++++++++*/
/*############################*/

.carousel, .carousel-inner, .carousel-inner .item {
  height: auto;
}

/*############################*/
/*++ ACCORDION ++++++++++++++*/
/*############################*/

.accordion-button {
  font-size: 1.2em;
}
.accordion-header{
    line-height:1.2em;
}

.accordion-header strong{
    font-size:1.3em;
}

.accordion-header img.accordion-img{
    width:70px;
    padding-right:20px;
}

@media only screen and (min-width: 992px){
    .accordion-button {
      font-size: 1.5em;
    }
    .accordion-header{
        line-height:1.5em;
    }
    
    .accordion-header strong{
        font-size:1.3em;
    }
}

@media only screen and (min-width: 1200px){
    .accordion-button {
      font-size: 1.9em;
    }
    .accordion-header{
        line-height:1.9em;
    }
    
    .accordion-header strong{
        font-size:1.3em;
    }
}

/*############################*/
/*++ AUTO TYPED ++++++++++++++*/
/*############################*/

.auto-type-wrapper {
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  height:auto;
}
.auto-type-wrapper .block{
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.auto-type-wrapper > div{
    background-color:rgba(23, 51, 75, 1);
    padding:10px 15px;
    height:110px;
}
.btn-perfect,a.btn-perfect{
color:#fff;
padding:15px 10px;
min-width:30%;
border-radius:0;
background-color:rgba(224,25,114,1);
/*background: -moz-linear-gradient(left,  rgba(224,15,32,0.61) 0%, rgba(224,15,32,1) 49%, rgba(224,15,32,0.99) 51%, rgba(224,15,32,0.79) 100%);
background: -webkit-linear-gradient(left,  rgba(224,15,32,0.61) 0%,rgba(224,15,32,1) 49%,rgba(224,15,32,0.99) 51%,rgba(224,15,32,0.79) 100%);
background: linear-gradient(to right,  rgba(224,15,32,0.61) 0%,rgba(224,15,32,1) 49%,rgba(224,15,32,0.99) 51%,rgba(224,15,32,0.79) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce00f20', endColorstr='#c9e00f20',GradientType=1 );
#-webkit-box-shadow: 5px 9px 8px -1px rgba(114,114,114,0.55); */
box-shadow: 5px 9px 8px -1px rgba(114,114,114,0.55);
}
a.btn-perfect.large{
        font-size: 1.2em;
        color:#fff;
}
.btn-perfect:hover{
background-color:rgba(224,25,114,0.80);
/*background: -moz-linear-gradient(left,  rgba(224,15,32,1) 0%, rgba(224,15,32,1) 49%, rgba(224,15,32,0.99) 51%, rgba(224,15,32,0.79) 100%);
background: -webkit-linear-gradient(left,  rgba(224,15,32,1) 0%,rgba(224,15,32,1) 49%,rgba(224,15,32,0.99) 51%,rgba(224,15,32,0.79) 100%);
background: linear-gradient(to right,  rgba(224,15,32,1) 0%,rgba(224,15,32,1) 49%,rgba(224,15,32,0.99) 51%,rgba(224,15,32,0.79) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E01972', endColorstr='#c9e00f20',GradientType=1 );*/
-webkit-box-shadow: 2px 2px 5px -1px rgba(114,114,114,0.55); 
box-shadow: 2px 2px 5px -1px rgba(114,114,114,0.55);
}

@media only screen and (min-width: 380px){
    .auto-type-wrapper > div{
        height:90px;
    }
}

@media only screen and (min-width: 520px){
    .auto-type-wrapper {
        height:auto;
    }
}

@media only screen and (min-width: 650px){
    a.btn-perfect.large{
        font-size: 1.1em;
    }
    .auto-type-wrapper {
      font-size: 1.3rem;
        padding-top:15px;
    }
    .auto-type-wrapper > div{
        height:auto;
    }
    .btn-perfect,a.btn-perfect{
        margin-top:15px;
    }
}

@media only screen and (min-width: 991px){
    a.btn-perfect.large{
        font-size: 1em;
    }
    .auto-type-wrapper {
      line-height: 28px;
      font-size: 20px;
    }
    .auto-type-wrapper > div{
        background-color:rgba(23, 51, 75, 0.80);
    }
}

@media only screen and (min-width: 1150px){
    a.btn-perfect.large{
        font-size: 1.5em;
    }
    .auto-type-wrapper {
      line-height: 40px;
      font-size: 30px;
    }
}
/*#############################*/
/*###### PROCESS BLOCK  #######*/
/*#############################*/

.process .process-bg-img{
    width:125px;
    height:125px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.process .card-body{
    font-size:18px;
}

.process .process-bg-img:hover {
    /*background-color:#073044;*/
    background-position: center;
    background-size: cover;
}

.process a,.process a:link,.process a:hover,.process a:focus{
    color:#073044;
}

.card-process-icon{
    border:3px solid #073044;
    background-position: center;
background-size: cover;
}

/*#############################*/
/*###### NEWS BLOCK  #######*/
/*#############################*/

.perfect-news-cards > .card{
    border:none;
}
.perfect-news-cards .btn-perfect{
    margin-bottom:50px;
}
.perfect-news-cards h3{
    font-size:1.5rem;
}
.perfect-news-cards a.btn-perfect{
    color:#fff;
}

@media only screen and (min-width: 991px){
    .perfect-news-cards .btn-perfect{
        margin-bottom:0px;
    }
}

