@font-face{
    font-family:"Unit Offc W01 Light";
    src:url("../fonts/def987c2-632c-4b68-a545-632642b283b1.eot?#iefix");
    src:url("../fonts/def987c2-632c-4b68-a545-632642b283b1.eot?#iefix") format("eot"),url("../fonts/3c21b4d3-3289-401a-9c7f-8641263994ad.woff2") format("woff2"),url("../fonts/a7901f01-d73c-48f1-b542-55c2438299e0.woff") format("woff"),url("../fonts/05e23041-8571-4c01-8c67-b0bd6a13b845.ttf") format("truetype");
}
@font-face{
    font-family:"Fago W01 Bold";
    src:url("../fonts/ae3c5db5-8419-443f-abac-839716ca4d39.eot?#iefix");
    src:url("../fonts/ae3c5db5-8419-443f-abac-839716ca4d39.eot?#iefix") format("eot"),url("../fonts/2538a897-227a-47ea-ad93-120472f5e68a.woff2") format("woff2"),url("../fonts/07738989-8211-4cf3-a684-3d4129c3d64d.woff") format("woff"),url("../fonts/7c2bf0b9-f489-4925-af6b-f85d9e6daf3e.ttf") format("truetype");
}
@font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 300;
        src: url('../fonts/raleway-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      }

      /* raleway-700 - latin */
      @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        src: url('../fonts/raleway-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      }

/* GENERAL STYLES ### HELPER */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3,
.col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11,
.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
.col-xl-9, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row.full-width-row {
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 0;
	padding-right: 0;
}


html {
	overflow-y: scroll;
}

body {
	background: #FFFFFF;
	font-family: 'Unit Offc W01 Light', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: -0.0275rem;
	line-height: 1.3;
	color: #000000;
}

strong, b {
	font-family: 'Fago W01 Bold', sans-serif !important;
	font-weight: 400;
}

.clear {
	float: none !important;
	clear: both !important;
}

.h1, h1, h2, h3, h4, h5, h6 {
	font-family: 'Unit Offc W01 Light', sans-serif;
	font-weight: 400;
	color: #002d63;
}

h1 br, h2 br, h3 br, p.break-on-small br {
	display: none !important;
}

h1, .h1 {
	margin-bottom: 2rem;
}

h1, .h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

p, li {
	font-size: 1.1rem;
	font-weight: 300;
	margin-bottom: 20px;
}

p a, li a {
	color: #002d63;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

img.alignright {
    margin: 0px 0px 20px 20px;
    float: right;
}

img.alignleft {
	 margin: 0px 20px 20px 0; 
	 float: left;
}

img.buttonpdf {
	 margin: 0px 20px 20px 0; 
	 float: left;
}
	
img.alignnone {
	 margin: 0px 0px 20px 0; 
	 float: none;
	 clear: both;
}

.tabelle tr {
	border-bottom: 1px solid;
	border-bottom-color: #000;
}

.bg-color-blue {
	background: #002d63 !important;
}

.bg-color-lightgray {
	background-color: #eeeff2 !important;
}

.bg-color-gray {
	background-color: #c1c8cf !important;
}

.text-color-blue {
	color: #002d63 !important;
}

.text-color-white, .text-color-white a {
	color: #FFFFFF !important;
}

.text-color-black, .text-color-black a {
	color: #000000 !important;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 85px;
}

.main-content {
	padding-top: 25px;
	padding-bottom: 25px;
}

/* BenchPRO */
.page-template-registration #menu-nav-wrapper, .page-template-registration #right-nav-wrapper {
  align-self: center;
}
.page-template-registration #right-nav-wrapper .poweredby img {
  width: 100%;
  padding-right: 10px;
}
.poweredby {
  text-align: right;
} 
.page-template-registration .logo-wrapper {
  max-width: 40% !important;
}
.page-template-registration #right-nav-wrapper{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.page-template-registration #logo img{
  width: 100%;
  max-width: 220px;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .page-template-registration #right-nav-wrapper {
    display: none;
  }
}

/* HEADER */
#header {
	background-color: #FFFFFF;
	box-shadow: 0px 0 4px rgba(0,0,0,0.2);
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 999;
}

#header .row {
	height: 85px;
}

.menu-item {
	margin:0px -2px;
}

.menu-item a {
	display: block;
    color: #002D63;
    font-size: 1.2rem;
    font-family: 'Unit Offc W01 Light', sans-serif;
    font-weight: 400;
    padding: 0.7rem 0.7rem 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    text-decoration: none;
}

.menu-item a:hover {
    color: #333333;
}

.menu-item.current_page_item  a {
	color: #002d63 !important;
	border-color: #002d63 !important;
}

#main-nav, #right-nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

#right-nav {
	right: 5px;
	bottom: 2px;
}

#main-nav li, #right-nav li {
	margin-bottom: 0 !important;
}

#sidebar-menu-button {
	margin-right: 30px !important;
	padding: .5rem 0;
	font-size: 2.5rem !important;
}

#search-button {
	padding: .8rem 20px;
}

#search-button svg {
	position: relative;
	top: 4px;
	margin-right: 8px;
}

.svg path, .svg circle, .svg line {
	transition: all 0.3s ease;
}

.menu-item a:hover .svg circle, .menu-item a:hover .svg line {
	stroke: #002d63 !important;
}

.menu-item a:hover .svg path {
	fill: #002d63 !important;
}

.only-desktop-xxl {
	display: none;
}

#logo {
	display: inline-block;
	margin-top: 25px;
}

#logo img {
	max-height: 32px;
}

/* KONTAKT-BOX */

#infobox_links {
	display: none;
	background: transparent;
    max-width: 100%;
    position: fixed;
    top: 250px;
    left: 0px;
    z-index: 994;
    transition: all 0.3s;
}

#infobox_links.active {
    right: 0px;
}

.infobox_links-wrapper {
	width: 160px;
    display: block;
}

#infobox_links-button {
	float: right;
	display: block;
	width: 160px;
	color: #FFFFFF;
	font-family: 'Fago W01 Bold', sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	height: 120px;
}

#infobox_links-button:hover {
	text-decoration: none;
	outline: none;
	border: none;
}

#infobox_links-button span {
	display: block;
	position: relative;
	left: -2px;
}

#whitepaperbox {
	display: none;
	background: transparent;
    max-width: 100%;
    position: fixed;
    top: 250px;
    left: 0px;
    z-index: 994;
    transition: all 0.3s;
}

#whitepaperbox.active {
    right: 0px;
}

.whitepaperbox-wrapper {
	width: 60px;
    display: block;
}

#whitepaperbox-button {
	float: right;
	display: block;
	width: 60px;
	background: #002d63;
	color: #FFFFFF;
	padding: 20px;
	font-family: 'Fago W01 Bold', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	height: 150px;
}

#whitepaperbox-button:hover {
	text-decoration: none;
	outline: none;
	border: none;
}

#whitepaperbox-button span {
	transform: rotate(-90deg);
	display: block;
	position: relative;
	top: 85px;
	left: -2px;
}

/* C2A Buttons */
.c2a-box {
	display: none;
	background: transparent;
    max-width: 100%;
    position: fixed;
    right: -320px;
    z-index: 994;
    transition: all 0.3s;
}

.c2a-data {
    float: right;
    display: block;
    width: 320px;
    height: 60px;
    background: #c1c8cf;
    font-size: 1.2rem;
    font-family: 'Fago W01 Bold', sans-serif;
	font-weight: 400;
    color: #002d63;
    padding: 12px 15px 15px;
    letter-spacing: 0;
    line-height: 1.2;
}

#c2a-kontakt .c2a-data {
	height: auto;
}

.c2a-data span {
	display: inline-block;
	padding: 6px 0 7px;
}

.c2a-data hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dotted rgba(255,255,255,0.6);
}

.c2a-data a {
	color: #002d63;
	border: none;
	transition: all 0.3s ease;
}

.c2a-data a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#c2a-login {
	top: 250px;
}

#c2a-hotline {
	top: 315px;
}

#c2a-kontakt {
	top: 380px;
}

.c2a-box.active {
    right: 0px;
}

.c2a-wrapper {
	width: 380px;
    display: block;
}

.c2a-button {
	float: right;
	display: block;
	width: 60px;
	background: #002d63;
	color: #FFFFFF;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Fago W01 Bold', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	height: 60px;
}

.c2a-button:hover {
	text-decoration: none;
	outline: none;
	border: none;
}

#c2a-button-login {
	padding: 7px 8px !important;
}

#c2a-button-hotline {
	padding: 7px 8px !important;
}

#c2a-button-kontakt {
	padding: 7px 8px !important;
}

/* HOME BUTTONS */
.home-button {
	color: #c1c8cf;
	text-decoration: none;
	margin-bottom: 50px;
}

.home-button-wrapper {
	-ms-flex-pack: left !important;
	justify-content: left !important;
}

.home-button img, .home-button .svg {
	margin-bottom: 10px !important;
}

.home-button:hover {
	color: #002d63;
	text-decoration: none;
}

.home-button:hover {
	color: #002d63;
	text-decoration: none;
}

.home-button:hover .svg circle, .home-button:hover .svg line {
	stroke: #002d63 !important;
}

.home-button:hover .svg path {
	fill: #002d63 !important;
}


/* MAINMENU SIDEBAR */
#sidebar {
    width: 440px;
    max-width: 100%;
    position: fixed;
    top: 85px;
 	right: -440px;
	height: calc(100vh - 85px);
	z-index: 999;
    background: #ffffff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
	right: 0;
}

#sidebar .menu-item.current_page_item a {
	border: none !important;
}

.mCSB_scrollTools {
    width: 10px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	margin: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background: #fff;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f0f1f2 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: auto;
    border-radius: 0 !important;
}

.overlay {
	background: rgba(0,0,0,0.17) !important;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.nav-list {
	list-style: none;
	margin: 20px 0 70px;
	padding: 0;
}

.nav-list > li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 4px;
}

.nav-list > li:first-child {
	margin-top: 0;
}

.nav-list > li:last-child {
	border-bottom: none;
}

.nav-list li {
	margin: 7px 20px 0;
}

.nav-list li a {
	color: #002D63;
	text-transform: uppercase;
	position: relative;
	left: 17px;
	text-align: left !important;
	font-size: 1.125rem;
	font-family: 'Unit Offc W01 Light', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	transition: all 0.3s ease;
}

.nav-list li a:before {
    content: "\f10a";
    font-family: Ionicons;
    font-weight: 400;
    font-size: 1.125rem;
	position: relative;
	left: -10px;
    color: transparent;
    transition: all 0.3s ease;
}

.nav-list li a:hover {
	text-decoration: none;
}

.nav-list li a:hover:before {
    color: rgba(0,0,0,0.3);
}

.nav-list li.current_page_item > a:before {
    color: rgba(0,0,0,0.6);
}

.nav-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-list li ul li {
	padding: 0;
	margin: 0;
}

.nav-list li ul li a {
	text-transform: none;
	font-size: 1.125rem;
	font-family: 'Unit Offc W01 Light', sans-serif;
	font-weight: 400;
}


.slick-content-slider {
	margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    padding: 0 !important;
	width: 100%;
	text-align: center;
}

.slick-dots li:before {
    content: "";
    display: none;
}

.slick-dots li {
	margin: 0px 7px;
	display: inline-block;
}

.slick-dots li button:before {
	content: "";
    display: none;
}

.slick-dots li button {
	background: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	padding: 0;
	width: 26px;
	height: 26px;
	content: "";
	color: transparent;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #FFFFFF;
}

.slick-next, .slick-prev {
	content: "";
	position: absolute;
	color: transparent;
	border: none;
	cursor: pointer;
}

.slick-next {
	background: transparent url("../img/icon_weiter.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	opacity: 0.17;
}

.slick-prev {
	background: transparent url("../img/icon_zurueck.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	opacity: 0.17;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	display: none !important;
}

.slick-slider-programm {
	box-shadow: 0 0 15px #aaa;
	margin-top: 20px;
}

.slick-slide:not(.slick-active) { /* BUG-FIXING ON FADING BETWEEN SLIDES */
    transition-delay: 500ms !important;
}

/* ### PAGINATION ### */
ul.pagination {
    display: block;
    margin: 0 !important;
    padding-left: 0;
    list-style: none;
}

ul.pagination li {
    display: block;
    float: left;
    color: #c1c8cf;
    font-size: 1.4rem;
    margin-right: 10px;
}

ul.pagination li:first-child { /*DAS SCHEINT EIN FEHLER VOM PAGINATION SCRIPT ZU SEIN--> ERSTES LI IST IMMER LEER...*/
	display: none;
}

ul.pagination li:before{ /*DAS SCHEINT EIN FEHLER VOM PAGINATION SCRIPT ZU SEIN--> ERSTES LI IST IMMER LEER...*/
	content: '';
	display: none !important;
}

ul.pagination li.unavailable {
	display: none;
}

ul.pagination li a {
    border-radius: 0;
    color: #c1c8cf;
    display: block;
    padding: 4px 14px 6px;
    border: 1px solid #c1c8cf;
    text-decoration: none;
}

ul.pagination li a:hover {
	background: #c1c8cf;
    color: #ffffff;
    text-decoration: none;
}

ul.pagination li.current a {
    background: #002d63;
    color: #ffffff;
    cursor: default;
    border: 1px solid #002d63;
    text-decoration: none;
}

/* SEARCH & RESULTS */
.search-entry h3 a {
	color: inherit !important;
	text-decoration: underline;
}

.search-entry h3 a:hover {
	color: inherit !important;
	text-decoration: none;
}

.input-group-text, .form-control {
	border-radius: 0;
}

.form-control:focus {
    border-color: #c1c8cf;
    outline: 0;
    box-shadow: 0 0 0 0 #FFFFFF;
}

#search_submit {
	color: #FFFFFF;
	font-family: 'Fago W01 Bold', sans-serif;
	font-weight: 400;
	background-color: #002D63;
	border: none;
	border-top: 4px solid #FFFFFF;
	margin-top: 15px;
	transition: all 0.3s ease;
	border-radius: 0;
	padding: 0.7rem 4.0rem 0.7rem 1.5rem;
	font-size: 1.4rem;
	text-align: left;
	min-width: 420px;
}

#search_submit:hover {
	background-color: #002d63;
	border-color: #c1c8cf;
	color: #FFFFFF;
}

.search-highlight {
	background: #c1c8cf;
}


#footer {
	padding: 50px 0;
}

#footer p, #footer li {
	font-size: 1.4rem;
	line-height: 1.2;
}

.icon-startseite {
width:110px;
}

.btn {
	color: #FFFFFF;
	font-family: 'Fago W01 Bold', sans-serif;
	font-weight: 400;
	background: #002D63 url('../img/icon_link.svg') 95% center no-repeat;
	background-size: 20px;
	border: none;
	border-top: 4px solid #FFFFFF;
	margin-top: 15px;
	transition: all 0.3s ease;
	border-radius: 0;
	padding: 0.7rem 4.0rem 0.7rem 1.5rem;
	font-size: 1.15rem;
	text-align: left;
	white-space: normal;
}

.btn:hover {
	background-color: #002d63;
	border-color: #c1c8cf;
	color: #FFFFFF;
}

.box-wrapper {
	padding: 20px;
	margin-bottom: 20px;
	height: auto !important;
}

.slick-dots li:only-child {
    display: none !important;
}

.hide-on-mobile {
	display: none !important;
}

.hide-on-desktop {
	display: block !important;
}

#menu-nav-wrapper {
	display: none;
}


.spacer-big {
	height: 50px;
}

.spacer-medium {
	height: 30px;
}

.spacer-small {
	height: 20px;
}

.spacer-mini {
	height: 10px;
}

/* MODAL POPUP */
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    left: 8px;
}

.modal-header {
	border-radius: 0 !important;
	border: none !important;
	background: #c1c8cf;
	padding: 0.4rem 1.5rem;
}

.modal-content {
	border-radius: 0 !important;
	border: none !important;
}

.modal-body {
	padding: 0 !important;
}

.modal-body .text {
	padding: 30px;
}

.modal-body .text ul {
	padding: 0 0 0 15px;
}

.modal-body .text ul li {
	margin-bottom: 5px;
	padding-left: 5px;
}

.modal-title {
	color: #FFFFFF;
}

.width-400 {
	width: 400px !important;
}

.clickable:hover {
	cursor: pointer;
	box-shadow: 0 0 15px #aaa;
}


/* FORMULAR CF7 */
.form-control {
	background-color: #f0f0f0;
	border: none !important;
	border-left: 3px solid #f0f0f0 !important;
	font-size: 1rem;
	padding: 0.75rem 1rem;
	color: #000;
}

.form-control:focus {
	color: #000;
	border-left: 3px solid #c1c8cf !important;
	background-color: #f0f0f0;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.form-boxed {
	background: #f0f0f0;
	padding: 0.75rem 1rem;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 5px 0 0 !important;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    padding-left: 4px !important;
}

.form-control::placeholder {
    color: #000000 !important;
}

.overflow-effect {
	overflow-x: hidden;
}

.modal-close {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #aeb7c0;
    transition: all 0.3s;
}

.modal-close:hover {
	color: #002d63;
}

ul.auflistung {
	list-style-type: none !important;
	padding: 0 !important;
}

ul.auflistung li {
	background: transparent url('../img/icon_aufzaehlung.svg') no-repeat top left !important;
	padding: 0px 0 0px 30px !important;
}

ul.auflistung_white {
	list-style-type: none !important;
	padding: 0 !important;
}

ul.auflistung_white li {
	background: transparent url('../img/icon_aufzaehlung_white.svg') no-repeat top left !important;
	padding: 0px 0 0px 30px !important;
}

ul.kategorie-liste {
	list-style-type: none !important;
	padding: 0 !important;
}

ul.kategorie-liste li {
    background: transparent url('../img/icon_aufzaehlung.svg') no-repeat top left !important;
    padding: 0px 0 20px 30px !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.kategorie-liste li:last-child {
    border-bottom: none !important;
}

ul li a {text-decoration:underline;}
ul li a:hover {text-decoration:none;}

p a:hover {text-decoration:none;}
p a {text-decoration:underline;}
.btn {text-decoration:none;}

.link-ohne {text-decoration:none;}

.bg-color-modul1 {
	background-color: #dee1e5 !important;
}

.bg-color-modul2 {
	background-color: #cedfec !important;
}

.bg-color-modul3 {
	background-color: #a8c6ce !important;
}

.bg-color-modul4 {
	background-color: #8eb2b5 !important;
}

.bg-color-modul5 {
	background-color: #9bbfaa !important;
}

.bg-color-modul6 {
	background-color: #aac1c1 !important;
}

#einstieg {
	background: transparent url('../img/fahrzeuge.jpg') no-repeat center right; 
	background-size: cover;
}

#kosten {
	background: transparent url('https://planapp.de/wp-content/uploads/taschenrechner.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#konferenzen {
	background: transparent url('https://planapp.de/wp-content/uploads/bg_ukos.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#kosten_nutzen {
	background: transparent url('https://planapp.de/wp-content/uploads/kosten_nutzen.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#vorteile {
	background: transparent url('https://planapp.de/wp-content/uploads/schlüsselübergabe.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#planapp {
	background: transparent url('https://planapp.de/wp-content/uploads/autohaus_abschluss.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#besprechung {
	background: transparent url('https://planapp.de/wp-content/uploads/tablet_besprechung.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#umstellen {
	background: transparent url('https://planapp.de/wp-content/uploads/unterlagen.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#golf {
	background: transparent url('https://planapp.de/wp-content/uploads/golf.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#laptop_handy {
	background: transparent url('https://planapp.de/wp-content/uploads/laptop_handy.jpg') no-repeat fixed top center; 
	background-size: cover;
}

#quickcheck {
	background: transparent url('https://planapp.de/wp-content/uploads/quickcheck_streifen.jpg') no-repeat fixed top center; 
	background-size: cover;
}

img.alignright {
    margin: 0px 0px 0px 20px;
    float: right;
}

.responsive-img {
	max-width: 100%;
	height: auto;	
}

.relative {
	position: relative;
}

#top-nav-wrapper {
	display: none;
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 999;
}

.top-nav {
	display: inline-block;
	margin-left: 15px;
	color: #959EA6 !important;
	text-decoration: none !important;
	font-size: 1.2rem;
}

.top-nav:hover {
	color: #002D63 !important;
}


/* MEDIA QUERIES DESKTOP FIRST */
@media only screen and (max-width: 992px) {
	.overflow-effect img {
		max-width: 100%;
		height: auto;
	}
	
	#einstieg {
		background: none;
	}
	
	.modul img.alignleft {
		float: none;
		clear: both;
		margin: 0;
	}
	
	
}

/* MEDIA QUERIES MOBILE FIRST */
@media only screen and (min-width: 420px) {
	#logo {
		position: relative;
		left: 0px;
	}
	
}

@media only screen and (min-width: 576px) {
	#logo {
		position: relative;
		left: -10px;
	}
	
.icon-startseite {
	width:150px;
	}
}


@media only screen and (min-width: 768px) {
	.container {
	    padding-right: 35px;
	    padding-left: 35px;
	}
	.icon-startseite {
	width:200px;
	}
	
	/*.row {
	    margin-right: -15px;
    	margin-left: -15px;
	}
	
	.row.full-width-row {
		margin-right: -35px;
		margin-left: -35px;
		padding-left: 20px;
		padding-right: 20px;
	}*/
	
	.col-one-fifth {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding: 0 !important;
	}
	
	
	.logo-wrapper {
	}
	
	#logo {
	}
	
	#header .row {
		height: 100px;
	}
	
	#content {
	    padding-top: 100px;
	}
	#sidebar {
    	top: 100px;
    	height: calc(100vh - 100px);
	}
	#logo img {
		max-height: 50px;
	}
	
	.nav-list li {
		margin: 7px 35px 0;
	}
	
	h1, .h1 {
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 2.175rem;
	}
	
	h3 {
		font-size: 1.75rem;
	}
	
	p, li {
		font-size: 1.4rem;
	}
	
	.btn {
		font-size: 1.4rem;
		background-size: 30px;
	}
	
	#logo {
		position: relative;
		left: -10px;
	}
	
	#right-nav-wrapper {
		display: block;
	}
	
	.home-button-wrapper {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.slick-next {
		transition: all 0.3s;
		opacity: 0.5;
	}

	.slick-prev {
		transition: all 0.3s;
		opacity: 0.5;
	}
	
	.slick-next:hover, .slick-prev:hover {
		opacity: 1;
	}
	
}

@media only screen and (min-width: 940px) {
	#logo {
		position: relative;
		left: -10px;
	}
	
}

@media only screen and (min-width: 992px) {	
	
	
	.btn {
		white-space: nowrap;
		min-width: 420px;
	}
	
	.tabelle tr {
		border-bottom-color: #fff;
	}
	
	/*.row {
	    margin-right: -10px;
	    margin-left: -10px;
	}
	
	.row.full-width-row {
		margin-right: -10px;
		margin-left: -10px;
		padding-left: 0;
		padding-right: 0;
	}*/
	
	#whitepaperbox, .c2a-box {
		display: block;
	}
	
	
	.hide-on-mobile {
		display: block !important;
	}

	.hide-on-desktop {
		display: none !important;
	}
	
	.spacer-big {
		height: 85px;
	}
	
	.spacer-medium {
		height: 50px;
	}
	
	.spacer-small {
		height: 30px;
	}
	
	.spacer-mini {
		height: 15px;
	}
	
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3,
	.col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
	.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
	.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
	.col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11,
	.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
	.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
	.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
	.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
	.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
	.col-xl-9, .col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.main-content {
		padding-top: 70px;
		padding-bottom: 80px;
		position: relative;
	}
	
	
	
	#header .row {
		height: 100px;
	}
	
	#content {
	    padding-top: 100px;
	}
	#sidebar {
    	top: 100px;
    	height: calc(100vh - 100px);
	}
	
	#logo img {
		max-height: 50px;
	}
	
	#logo {
		position: relative;
		left: 0;
	}
	
	#right-nav-wrapper {
		display: none;
	}
	
	#menu-nav-wrapper {
		display: block;
	}
	
	#sidebar-menu-button-wrapper {
		display: none;
	}
	
	#top-nav-wrapper {
		display: block;
	}
	
	.box-wrapper.height-347 {
		height: 347px !important;
	}
	
	.box-wrapper.height-400 {
		height: 400px !important;
	}
	
	.box-wrapper.height-520 {
		height: 520px !important;
	}
	
	.modal-dialog {
	    max-width: 768px;
	    margin: 1.75rem auto;
	    left: 8px;
	}
}

@media only screen and (min-width: 1060px) {

	#logo {
		position: relative;
		left: -10px;	
}
	
}

@media only screen and (min-width: 1200px) {

	#infobox_links, .c2a-box {
		display: block;
	}
	
	.container {
	    max-width: 1080px;
	    padding-right: 10px;
		padding-left: 10px;
	}
	
	.nav-list li {
		margin: 7px 54px 0;
	}
	
	#logo {
		position: relative;
		left: -10px;
	}
	
	#right-nav-wrapper {
		display: block;
	}
	#main-nav {
	    bottom: -14px;
    }
    
    h1 br, h2 br, h3 br, p.break-on-small br {
		display: inline !important;
	}
	
}

@media only screen and (min-width: 1300px) {
	.only-desktop-xxl {
		display: block;
	}
	
	#logo {
		position: relative;
		left: -10px;
	}
	
}

@media only screen and (min-width: 1600px) {
	
}

