@font-face{
    font-family:Rooney-Light;
    src:url("../fonts/6e1fcb4f-932c-4cd2-89bc-581caca98a79.eot?#iefix");
    src:url("../fonts/6e1fcb4f-932c-4cd2-89bc-581caca98a79.eot?#iefix") format("eot"),url("../fonts/21e0da5c-f593-4c6c-88b3-c6db6abbba49.woff2") format("woff2"),url("../fonts/787916c1-721d-4a19-abc6-df589be868d1.woff") format("woff"),url("../fonts/323808ba-12ee-4260-9075-6fba127cc6dd.ttf") format("truetype");
}

/* 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: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: -0.0275rem;
	line-height: 1.5;
	color: #000000;
}

strong, b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.clear {
	float: none !important;
	clear: both !important;
}

.h1, h1, h2, h3, h4, h5, h6 {
	font-family: Rooney-Light, sans-serif;
	font-weight: 400;
	color: #1e398f;
}

h1 br, h2 br {
	display: none !important;
}

h1 {
	margin-bottom: 1rem;
}

h1 {
	font-size: 2.175rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

p, li {
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 20px;
}

a {color:#1e398e;}

.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-violett {
	background: #1e398f !important;
}

.bg-color-lightgray {
	background-color: #f0f0f0 !important;
}

.bg-color-green {
	background-color: #85AF2B !important;
}


.text-color-violett {
	color: #1e398f !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;
}

.main-content img {
	max-width: 100%;
	height: auto;
}

/* HEADER */
#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #1e398f;
	color: #626262;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 999;
}

#header .row {
	height: 85px;
}

.menu-item {
	margin:0px -2px;
}

.menu-item a {
	display: block;
    color: #626262;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
     padding: .8rem .6rem;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    text-decoration: none;
}
.menu-item a:hover {
    color: #1E398F;
}

.menu-item.current_page_item  a {
	color: #1E398F !important;
	border-color: #1E398F !important;
}
#main-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: flex-end;
}

#right-nav {
	position: absolute;
  	right: -10px;
  	top: 0;
  	min-width: 200px;
}

#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 0;
}

#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: #1E398F !important;
}

.menu-item a:hover .svg path {
	fill: #1E398F !important;
}

.only-desktop-xxl {
	display: none;
}

#logo {
	display: inline-block;
	margin-top: 20px;
}

#logo img {
	max-height: 50px;
}

/* KONTAKT-BOX */
#kontaktbox {
	display: none;
	background: transparent;
    max-width: 100%;
    position: fixed;
    top: 175px;
    right: -360px;
    z-index: 994;
    transition: all 0.3s;
}

#kontaktbox.active {
    right: 0px;
}

.kontaktbox-wrapper {
	width: 420px;
    display: block;
}

.kontaktbox-data {
    float: right;
    display: block;
    width: 360px;
    height: 190px;
    background: #85AF2B;
    font-size: 1.125rem;
    color: #FFFFFF;
    padding: 15px;
    letter-spacing: 0;
    line-height: 1.2;
}

.kontaktbox-data span {
	display: inline-block;
	padding: 6px 0 7px;
}

.kontaktbox-data strong {
	text-transform: uppercase;
}

.kontaktbox-data hr {
    margin-top: 2px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
}

.kontaktbox-data a {
	color: #FFFFFF;
	border: none;
	transition: all 0.3s ease;
}

.kontaktbox-data a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#kontaktbox-button {
	float: right;
	display: block;
	width: 60px;
	background: #1e398f;
	color: #FFFFFF;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	height: 190px;
}

#kontaktbox-button:hover {
	text-decoration: none;
	outline: none;
	border: none;
}

#kontaktbox-button span {
	transform: rotate(-90deg);
	display: block;
	position: relative;
	top: 96px;
	left: 2px;
}

/* C2A Buttons */
.c2a-box {
	display: none;
	background: transparent;
    max-width: 100%;
    position: fixed;
    right: -360px;
    z-index: 994;
    transition: all 0.3s;
}

.c2a-data {
    float: right;
    display: block;
    width: 360px;
    height: 60px;
    background: #85AF2B;
    font-size: 1.125rem;
    color: #FFFFFF;
    padding: 12px 15px 15px;
    letter-spacing: 0;
    line-height: 1.2;
}

#c2a-termine .c2a-data {
	height: auto;
}

.c2a-data span {
	display: inline-block;
	padding: 6px 0 7px;
}

.c2a-data hr {
    margin-top: 2px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
}

.c2a-data a {
	color: #FFFFFF;
	border: none;
	transition: all 0.3s ease;
}

.c2a-data a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#c2a-fragen {
	top: 370px;
}

#c2a-video {
	top: 435px;
}

#c2a-termine {
	top: 500px;
}

.c2a-box.active {
    right: 0px;
}

.c2a-wrapper {
	width: 420px;
    display: block;
}

.c2a-button {
	float: right;
	display: block;
	width: 60px;
	background: #1e398f;
	color: #FFFFFF;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	height: 60px;
}

.c2a-button:hover {
	text-decoration: none;
	outline: none;
	border: none;
}

#c2a-button-fragen {
	padding: 7.5px !important;
}

#c2a-button-video {
	padding: 10px 8px !important;
}

#c2a-button-termine {
	padding: 10px !important;
}

.link-icon {
	background: transparent url('../img/icon_link.svg') no-repeat right 1px;
	padding-right: 40px;
	display: inline-block;
}

/* HOME BUTTONS */
.home-button {
	color: #85AF2B;
	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: #1E398F;
	text-decoration: none;
}

.home-button:hover {
	color: #1E398F;
	text-decoration: none;
}

.home-button:hover .svg circle, .home-button:hover .svg line {
	stroke: #1E398F !important;
}

.home-button:hover .svg path {
	fill: #1E398F !important;
}


/* MAINMENU SIDEBAR */
#sidebar {
    width: 440px;
    max-width: 100%;
    position: fixed;
    top: 86px;
 	right: -440px;
	height: calc(100vh - 90px);
	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: #000000;
	text-transform: uppercase;
	position: relative;
	left: 17px;
	text-align: left !important;
	font-size: 1.125rem;
	font-family: 'Open Sans', 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: 'Open Sans', 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: 0;
	top: 50%;
	bottom: inherit;
	z-index: 2;
	opacity: 0.17;
}

.slick-prev {
	background: transparent url("../img/icon_zurueck.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	left: 0;
	top: 50%;
	bottom: inherit;
	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;
    height: 1.5rem;
    margin: 0 !important;
    padding-left: 0;
    list-style: none;
}

ul.pagination li {
    display: block;
    float: left;
    color: #333333;
    font-size: 1rem;
    height: 1.5rem;
    margin-right: 0.3125rem;
}

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 SCHEIN 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: #333333;
    display: block;
    padding: 0.0625rem 0.625rem;
    border: none;
    text-decoration: none;
}

ul.pagination li a:hover {
	background: #f0f0f0;
    border: none;
    text-decoration: none;
}

ul.pagination li.current a {
    background: #85af2b;
    color: #ffffff;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: none;
    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: #85af2b;
    outline: 0;
    box-shadow: 0 0 0 0 #FFFFFF;
}

#search_submit {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background-color: #85af2b;
	border-color: #85af2b;
	margin-top: 15px;
	transition: all 0.3s ease;
	border-radius: 0;
	padding: 1rem 2rem;
}

#search_submit:hover {
	padding: 1rem 2.5rem;
}

.search-highlight {
	background: #85af2b;
}


#footer {
	padding: 15px 0 30px 0;
}

#footer p, #footer li {
	font-size: 0.9125rem;
}

.btn {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background-color: #85af2b;
	border-color: #85af2b;
	margin-top: 15px;
	transition: all 0.3s ease;
	border-radius: 0;
	padding: 1rem 2rem;
}

.btn i.ion {
	padding-left: 10px;
}

.btn  i.ion.ion-3x {
	position: relative;
	top: 4px;
	margin-top: -8px;
}

.btn-gray {
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

.btn:hover {
	background-color: #1E398F;
	border-color: #1E398F;
	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: #85AF2B;
	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;
}

ul.auflistung {
	list-style-type: none;
	padding: 0;
}

ul.auflistung li {
	background: transparent url('https://www.wohnpark-kastanienhof.de/wp-content/uploads/icon_aufzaehlung2.svg') no-repeat top left;
	padding: 0px 0 10px 40px;
}

.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 #85AF2B !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;
}


ul.auflistung-dot {
	margin-left: -15px;
}

.clickable {
	transition: 0.3s;
}

.clickable:hover {
	transform: scale(1.04);
}

.btn:hover {
	transform: scale(1.04)
}

p a:hover {
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
.btn {
	text-decoration: none;
}
.link-ohne {
	text-decoration: none;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
}
.slick-dots {
	bottom: 0px;
	display: none !important;
}
#right-nav-wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }


/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
	#logo {
		position: relative;
		left: 0px;
	}
	
}

@media only screen and (min-width: 576px) {
	#logo {
		position: relative;
		left: -10px;
	}
}


@media only screen and (min-width: 768px) {
	.container {
	    padding-right: 35px;
	    padding-left: 35px;
	}
	
	/*.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;
	}
	
	h1 br, h2 br, h3 br {
		display: inline !important;
	}
	
	.logo-wrapper {
	}
	
	#logo {
	}
	
	#header .row {
		height: 109px;
	}
	
	#content {
	    padding-top: 109px;
	}
	#sidebar {
    	top: 110px;
    	height: calc(100vh - 110px);
	}
	#logo img {
		max-height: 70px;
	}
	
	.nav-list li {
		margin: 7px 35px 0;
	}
	
	h1 {
		font-size: 3.075rem;
	}
	
	h2 {
		font-size: 2.175rem;
	}
	
	h3 {
		font-size: 1.75rem;
	}
	#logo {
		position: relative;
		left: -10px;
	}
	
	#right-nav-wrapper {
		display: block;
	}
	
	.home-button-wrapper {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.slick-next {
		right: -70px;
		transition: all 0.3s;
		opacity: 0.5;
	}

	.slick-prev {
		left: -70px;
		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: 1060px) {	
	.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;
	}*/
	
	#kontaktbox, .c2a-box {
		display: block;
	}
	
	.hide-on-mobile {
		display: block !important;
	}

	.hide-on-desktop {
		display: none !important;
	}
	
	.spacer-big {
		height: 100px;
	}
	
	.spacer-medium {
		height: 60px;
	}
	
	.spacer-small {
		height: 40px;
	}
	
	.spacer-mini {
		height: 20px;
	}
	
	.menu-item a {
    	font-size: 1rem;
	}
	
	.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: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	
  .container {
		max-width: 1080px;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
  	}
	
	#header .row {
		height: 109px;
		justify-content: space-between;
  	}
	#content {
	    padding-top: 109px;
	}
	#sidebar {
    	top: 110px;
    	height: calc(100vh - 110px);
	}
	
	#logo img {
		max-height: 100px;
	}
	
	#logo {
		position: relative;
		left: 0;
	}
	
	#right-nav-wrapper {
		display: none;
	}
	
	#menu-nav-wrapper {
		display: block;
	}
	
	#sidebar-menu-button-wrapper {
		display: none;
	}
	
	.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: 1060px;
	    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) {
	.nav-list li {
		margin: 7px 54px 0;
	}
	
	#logo {
		position: relative;
		left: -10px;
	}
	
	#right-nav-wrapper {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
  	}
}

@media only screen and (min-width: 1300px) {
	.only-desktop-xxl {
		display: block;
	}
	
	#logo {
		position: relative;
		left: -10px;
	}
	
}

@media only screen and (min-width: 1600px) {
	
}



