/*
Theme Name: faberhaus
Theme URI:
Description:
Author: Jonas Hallwachs
Author URI:
Text Domain: faberhaus
*/

html,body
{
    overflow-x: hidden;
}
body{
	overflow-y: hidden;
}

.white {
	color: white !important;
}

.ci-red{
	color: #c10f17 !important;
}
.lang-active{
	background: darkgrey !important;
	color: white !important;
}
.lang-active a{
	color: white !important;
}
.grey-background{
	background-color: #eaeaea;
}
.padding-0 {
	padding: 0 !important;
}
.margin-0 {
	margin: 0 !important;
}

.centering-wrapper{
	width: 100%;
	text-align: center;
}

.infotext{
	text-align: justify;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

	-webkit-column-gap: 130px; /* Chrome, Safari, Opera */
    -moz-column-gap: 130px; /* Firefox */
    column-gap: 130px;
}

.text-align-left{
	text-align:left !important;
}

.slogan {
	margin-bottom: 15px;
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.22em;
	font-weight: 400;
	color:white;
	overflow: visible;
	white-space: nowrap;
	-webkit-transform-origin: center center 0;
	    -ms-transform-origin: center center 0;
	        transform-origin: center center 0;
}

#footerimg{
	background-image: url("images/footer.png");
	height: 68px;
	position:relative;
}
#footerlinks{
	text-align: center;

	color: white;
	padding-top:25px;
	letter-spacing: 0.05em;
}
#footerlinks a{
	color:white;
}

*{
	font-family: 'Source Sans Pro', sans-serif;
	color: #636262;
	line-height: 1.66;
	text-align: justify;
}

a.homelink {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #c10f17 !important;
    padding: 0px 20px;

    text-align: center;
    text-decoration: none;
	line-height: 70px;
	white-space: nowrap;
	float: left;

	margin-right: 0;
}
/* @media (min-width: 992px) { */
	/* a.homelink { */
		/* margin-right: 100px; */
	/* } */
/* } */
a.homelink:link, a.homelink:visited {

}
a.homelink:hover, a.homelink:active {
    // background-color: rgba(0,0,0,0.2);
}

a.nav-link {
	font-weight: bold;
	font-size: 1.0em;
	/* float: left; */
	letter-spacing: 0.08em;
    padding: 0px 0px;
    text-decoration: none;
	color: #555555 !important;
	transition: color 0.2s;
}

a.nav-link:hover{
		color: #c10f17 !important;
	}

a.more {
	font-weight: bold;
	letter-spacing: 0.22em;
	padding: 10px 30px;
	color: white;

	margin: 0px 5px;
    text-align: center;
    text-decoration: none;

	border: 2px solid white;
	border-color: white;

	transition: border-color 3s, background-color 3s, color 3s;
    display: inline-block;

	font-size: 1em;
}
	a.more:hover {
		color: #c10f17;
		background-color: rgba(0,0,0,0.7);
		border-color: #c10f17;
	}

	a.more .glyphicon{
		color: inherit;
		top: 2px;
	}

a.language-dropdown{
	color: #c10f17 !important;
	font-weight: bold;
}

a.linkstyle1{
	font-weight: bold;
	font-size: 1.1em;

	width: 100%;
	color: #c10f17;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
	border: 3px solid #c10f17;
	margin: 20px 0;
    display: inline-block;
	transition: background-color 0.3s;
}
	a.linkstyle1:hover{
		background-color: #dddddd;
	}
	a.linkstyle1:before{
		width: 0;
		height: 0;
		position: absolute;

		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #c10f17;

        top: calc(50% - 10px);
        right: 5px;
        content: " ";
	}

	a.linkstyle1:after{
		width: 0;
		height: 0;
		position: absolute;

		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid white;

        top: calc(50% - 10px);
        right: 9px;
        content: " ";
		transition: border-left 0.3s;
	}
	a.linkstyle1:hover:after{
		border-left: 10px solid #dddddd;
	}

a.link-referenzen{
	font-weight: bold;
	font-size: 1.4em;

	color: #c10f17;
	padding: 10px 20px;

    text-align: center;
    text-decoration: none;

	border: 3px solid #c10f17;

	margin: 20px 0;
    display: inline-block;
	position: relative;
	transition: background-color 0.3s;
}
	a.link-referenzen:hover{
		background-color: #dddddd;
	}
	a.link-referenzen:before{
		width: 0;
		height: 0;
		position: absolute;

		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #c10f17;

        top: calc(50% - 10px);
        right: -10px;
        content: " ";
	}

	a.link-referenzen:after{
		width: 0;
		height: 0;
		position: absolute;

		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid white;

        top: calc(50% - 10px);
        right: -6px;
        content: " ";
		transition: border-left 0.3s;
	}
	a.link-referenzen:hover:after{
		border-left: 10px solid #dddddd;
	}



a.contactlink{
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}
	a.contactlink:before{
		height: 2px;
		width: 50px;
		position: absolute;
		bottom: 0px;
		left: 15px;
		content: " ";
		background-color: #c10f17;
	}
	a.contactlink .glyphicon{
		color: #c10f17;
		top: 3px;
	}

a.download-link{
	letter-spacing: 0.2em;
	text-decoration: none;
	padding-top: 20px;
	color: #636262;
}
	a.download-link p:before{
		height: 2px;
		width: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		content: " ";
		background-color: #c10f17;
	}
	a.download-link .glyphicon{
		color: #c10f17;
	}
.download-link-underline{
	height: 2px;
	width: 50px;
	background-color: #c10f17;
	position: absolute;
}
h1{
	font-weight: bold;
	letter-spacing: 0.22em !important;
	margin-top:0px;
	margin-bottom:10px;
	color: white !important;
}

h2{
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #c10f17 !important;
	margin-bottom: 40px !important;
}

.heading-with-icon{
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	letter-spacing: 0.1em;
	color: white;
}
	.heading-with-icon div{
		text-align: center;
	}
	.heading-with-icon p{
		letter-spacing: 0.05em;
		padding-top: 15px;
		font-weight: normal;
		font-size: 15pt !important;
		font-style: italic;
		color: white;
		text-align:center;
	}

	.heading-with-icon img{
		width: 85px;
		height:85px;
		margin-bottom: 20px;
	}

h4{
	font-size: 2em;
	display:inline;
	text-align: center;
	font-weight: bold;
	color: #c10f17 !important;
	letter-spacing: 0.05em;
	margin: 0 auto;
	border: 4px solid #c10f17;
	position:relative;
	box-sizing: border-box;
	padding: 0 20px;
}
	h4:before{
		width: 0;
		height: 0;
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #c10f17;
        bottom: -14px;
        right: calc(50% - 10px);
        content: " ";
	}
	h4:after{
		width: 0;
		height: 0;
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid white;
        bottom: -9px;
        right: calc(50% - 10px);
        content: " ";
	}

h5{
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #c10f17 !important;
	margin-bottom: 40px !important;
}

h6{
	font-size: 1.5em;
	font-weight: bold;
	color: #c10f17 !important;
	margin-top: 40px;
	margin-bottom: 20px !important;
}

.endmarker{
	width:100%;
	height:25px;
	border-right: 4px solid #c10f17;
	margin-top: 5px;
	right: -50px;
}


a.iconbarlabel{
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.10em;
	text-align: center;
	color: #c10f17;
    display: inline-block;
	margin: 40px auto 20px auto;
	text-decoration: none;
}
	a.iconbarlabel img{
		margin: 0px auto 20px;
	}

.debugBox{
	border-color: green;
	border-width: 1px;
	border-style: solid;
}

.Flexible-container {
    position: relative;
    padding-bottom: 450px;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
}

.decolines, .decolines-heading{
	margin-top: 14px;
	background-image: url("images/lines.png");
	height: 59px;
    background-position:center center;
    background-repeat: no-repeat;
}

.decolines-heading{
	margin-top: 57px;
}

.pagemarker {
	left: 5%;
	top: 0%;
	position: fixed;
	height: 100%;
	z-index: 99;
}
.pagemarker-bar{
	width: 4px;
	height: 51px;

	margin: 0px auto;
	margin-bottom: 17px;
	background-color: #c10f17;

}
.pagemarker-number{
	font-size: 3em;
	font-weight: bold;
	color: #c10f17;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 80px;
}
.pagemarker-dot{
	width: 10px;
	height: 10px;
	margin: 40px auto 40px auto;
	background-color: #c10f17;
	opacity: 0.4;
	border-radius: 10px;
}

.coworker{
	text-align:center;
	margin: 20px 0px;
	max-height:196px;
}

.coworker img{
	width: 130px;
	height: 130px;
}

.coworker p{
	margin: 20px 0px 0px 0px !important;
	text-align: center;
}

.time-ray{
	background-color: #c10f17;
	height: 180px;
	width: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.time-ray-point
{
	background-color: #c10f17;
	height: 20px;
	width: 20px;
}


.carousel-glyph{
	color: white;
}

.modal-backdrop {
    z-index: auto;
}

.carousel-normal .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.carousel-normal .item iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 100%;
	height: 100%;
	padding: 0 50px;
}
.carousel-normal .item video{
	width: 100%;
	height: 100%;
	padding: 0 100px;
}
.carousel-height .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
}

.carousel-height .item iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 100%;
	height: 100%;
	padding: 0 50px;
}
.carousel-height .item video{
	width: 100%;
	height: 100%;
	padding: 0 100px;
}


.carousel-indicators li{
	margin-left: 5px;
	margin-right: 5px;
	border-width: 2px;
}
.carousel-indicators li.active{
	border-color: #c10f17;
	background-color: #c10f17;
	margin-left: 5px;
	margin-right: 5px;
}

.carousel-control{
	max-width: 100px;
}

.gallery-modal .modal-dialog{
	width: 90%;
}

.gallery-modal .modal-header{
	margin-bottom: 20px;
}
.modal-body .carousel img{
	background-color: black;
	max-width: 100%;
	max-height: 80vh !important;
	display: block;
	margin: auto;
}

.modal-body .carousel iframe{

	margin:auto;
	width: 100%;
	height: 720px;
	padding: 0 50px;
}
.modal-body .carousel video{

	margin:auto;
	width: 100%;
	height: 720px;
	padding: 0 50px;
}

.carousel-caption{
	top: 0;
	padding-top:270px;
	text-shadow: 2px 2px 2px black;
	font-size: 30px;
	color: white;
}
.carousel-caption .glyphicon{
	color: inherit;
}
	/* .carousel-caption:before{
		font-family: 'Glyphicons Halflings';
		content: "\e015";
		font-size: 30px;
	} */

.modal-body p {
	text-align:left;
}

.modal h4{
	text-align: left;
}

.unternehmen-iconbar{
	background-color: #c10f17;

	text-align: center;
}

	.unternehmen-iconbar p{
		color: white;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.unternehmen-iconbar div{
		text-align: center;
	}

.up-button{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5px;
	top: 75%;

	z-index: 99;
	border: 3px solid #c10f17;
	text-align: center;
	font-size: 25px;
	transition: background-color 0.3s;
	background-color: white;
	content:"";
}
	.up-button:hover{
		background-color: #cdcdcd;
	}
	.up-button .glyphicon{
		top: 2px;
		color: #c10f17;
	}

.news-button{


	position: fixed;
	right: 5px;
	top: 80px;

	z-index: 99;
	border: 3px solid #c10f17!important;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	transition: background-color 0.3s;
	background-color: white;
	content:"";

	color: #c10f17!important;
	text-decoration:none !important;
}
	.news-button:hover{
		background-color: #cdcdcd;
	}

.post-number{
	color: white !important;
	text-align:right;
}

	.post-number:after{
		height: 5px;
		width: 60px;
        position: absolute;
        top: 75px;
        right:21px;
        content: "";
		background-color: #c10f17;
	}
.subtitle{
	text-align:left;
	max-width: 360px;
	color: white;
}

.gray-overlay{
	position:relative;
}
	.gray-overlay:before {
	  content: " ";
	  display: block;
	  position: absolute;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.35);
	}

.scroll{
	margin: 0 -55px;
	transition: margin 1s;
	z-index: -1;
	position:relative;
}
.animation-wrapper{
	text-align:center;
	margin:auto;
}
.animation-wrapper:hover .scroll {
	margin: 0px -10px;
}

.form-control{
	margin-bottom: 30px;
	border-radius: 0;
	border:1px solid #c10f17;
	box-sizing: border-box;
}

	.form-control:focus{
		border:2px solid #c10f17;
		box-shadow: none;

	}
	.form-control::-webkit-input-placeholder { font-style:italic; }
	.form-control:-moz-placeholder { font-style:italic; }
	.form-control::-moz-placeholder { font-style:italic; }
	.form-control:-ms-input-placeholder { font-style:italic; }

	.form-group button{
		border-radius: 0px;
		font-weight: bold;
		background: #c10f17;
		color: white;
		width: 100%;
	}
.modal-open, .modal{
	padding-right: 0px !important;
}

.modal-content{
	border-radius: 0px;
	height: 100%;
}
#contactModal .modal-dialog{
	width: 95%;
}
#contactModal form{
	width: 95%;
	margin: 0px auto;
}
.modal-header{
	border: none;
}
.modal-footer{
	border: none;
}
 .close{
	margin-top: -7px;
	font-size: 3em;
	position:absolute;
	right: 0;
	padding-right:20px !important;
	color:black;
	z-index:100;
}
	.close:active, .close:focus{
		outline: none !important;
	}


textarea{
	resize:none;
}
.contact-modal-heading{
	color: #c10f17;
	font-weight: bold;
	font-size: 3em;
	text-align:center;
	line-height: 1;
	margin-top: 100px;
	margin-bottom: 25px;
}
.navbar{
	margin: 0px !important;
	position:relative;
	border: none;
	border-radius: 0;
	background-color:#cdcdcd;
	transition: background-color 0.5s;
}

.navbar-brand{
	padding: 10px 0 0 0;
	height: 80px;
	position: absolute;
}

.fb{
	position: relative;
	top: -3px;
}
.fb-like{
	position: relative;
	top: -1px;
}
.modal-heading{
	font-size: 2em;
	font-weight: bold;

	text-align: left;
	color: #c10f17 !important;
	margin-bottom: 40px !important;
}
.modal-title{
	letter-spacing: 0;
}
#newsModal .modal-body{
	margin: 0 30px;
}
#newsModal img{
	width: 100%;
	margin: 30px 0px;
}
#newsModal p{
	text-align: left;
	font-style: italic;
}
#newsModal .btn{
	border-radius: 0px;
	font-weight: bold;
	background: #c10f17;
	color: white;

}
.news-modal-line{
	height: 1px;
	width: 100%;
	margin: 20px 0px;
	background-color: #c10f17;
}

.image-row{
	margin:30px 0px;
}


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

/*---------------------------------------------------------------------------*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;

}

.timeline > li:first-child{
	margin-top : 150px;
}

.timeline > li:last-child{
	margin-bottom : 150px;
}
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 12px;
        background-color: #c10f17;
        left: 50%;
        margin-left: -6px;
		background-image: linear-gradient(to bottom,#ffffff ,rgba(0,0,0,0) 100px);
    }
	.timeline:after {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 12px;
        left: 50%;
        margin-left: -6px;
		background-image: linear-gradient(to top,#ffffff ,rgba(0,0,0,0) 100px);
    }


    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        /* .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }
 */
        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 40%;
            float: left;
            /* border: 1px solid #d4d4d4;
            border-radius: 2px; */
            padding: 0px 20px 20px 20px;
            position: relative;
        }

            .timeline > li > .timeline-panel:before {
				height: 5px;
				width: 50px;
                position: absolute;
                top: 14px;
                right: -70px;
                display: inline-block;
                content: " ";
				background-color: #c10f17;
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 36px;
            height: 36px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 0px;
            left: 50%;
            margin-left: -18px;
            background-color: #c10f17;
            z-index: 100;
            /* border-top-right-radius: 50%; */
            /* border-top-left-radius: 50%; */
            /* border-bottom-right-radius: 50%; */
            /* border-bottom-left-radius: 50%; */
			border: 8px solid white;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }



            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -70px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }
		.timeline > li.timeline-inverted > .timeline-panel > .timeline-heading {
			text-align: left !important;
		}

		.timeline > li.timeline-inverted > .timeline-panel > .timeline-body {
			float: left;
			text-align: left;
		}

.timeline-body {
	width: 80%;
	float: right;
	text-align: right;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {

	.timeline > li:first-child{
		margin-top : 30px;
	}

	.timeline > li:last-child{
		margin-bottom : 30px;
	}

    ul.timeline:before {
        left: 40px;
		background-image: linear-gradient(to bottom,#ffffff ,rgba(0,0,0,0) 40px);
    }

	ul.timeline:after {
		left: 40px;
		background-image: linear-gradient(to top,#ffffff ,rgba(0,0,0,0) 40px);
	}

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -webkit-calc(100% - 90px);

    }

    ul.timeline > li > .timeline-badge {
        left: 22px;
        margin-left: 0;

    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            left: -40px;
        }

		ul.timeline > li.timeline-inverted > .timeline-panel:before {
            left: -40px;
        }

	.timeline-body{
		float: left;
	}

	.timeline-heading{
		text-align: left !important;
	}
}

.timeline-heading{
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #c10f17 !important;
	text-align: right;
}

.alert{
	position: absolute;
	width: 100%;
	height:55px;
	z-index:100;
	/*border-radius: 0px; */
	margin:0 !important;
}

.alert-info{
	margin-top: 50px !important;
	width: 75%;
	height: auto;
	border-radius: 0px;
	border: 0px solid blue;
	background-color: #c10f17;

}
.alert-info > p{

	color: white;
	font-size: 1.25em;
}

td{
	padding: 5px 10px 5px 0px;
	text-align:left;
}

.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media(max-width: 425px){
	.container{
		padding:20px 30px;
	}
	.jumboXXL {
		height: 250px;
		padding-top: 40px;
	}
	.jumboL {
		height: 200px;
		padding-top:25px;
	}
	.jumboS {
		height: 150px;
	}
	.infotext{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	h1{
		font-size: 2.5em;
	}
	.heading-with-deco{
		font-size: 3em;
	}
	.timeline-body {
		width: 100%;
	}
	.carousel-normal .item {
		height: 200px;
	}
	.carousel-height .item {
		height: 200px;
	}
}

@media(min-width:426px){
	.container{
		padding:20px 30px;
	}
	.jumboXXL {
		height: 250px;
		padding-top: 40px;
	}
	.jumboL {
		height: 200px;
		padding-top:25px;
	}
	.jumboS {
		height: 150px;
	}
	.infotext{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;

		-webkit-column-gap: 75px; /* Chrome, Safari, Opera */
		-moz-column-gap: 75px; /* Firefox */
		column-gap: 75px;
	}

	h1{
		font-size: 3em;
		margin-top:0px;
		margin-bottom:10px;
	}
	h2{
		font-size: 2.5em;
	}
	.heading-with-deco{
		font-size: 3em;
	}
	.coworker{
		max-height: 246px;
	}
	.coworker img{
		width: 180px;
		height: 180px;
	}
	.timeline-body {
		width: 80%;
	}
	.carousel-normal .item {
		height: 300px;
	}
	.carousel-height .item {
		height: 300px;
	}

}
@media(min-width:768px){
	.container{
		padding:40px 60px;
	}
	.jumboXXL {
		height: 300px;
		padding-top: 60px;
	}
	.jumboL {
		height: 300px;
		padding-top:60px;
	}
	.jumboS {
		height: 200px;
	}
	h1{
		font-size: 5em !important;
		margin-bottom:40px;
	}
	h2{
		font-size: 3em;
	}

	#contactModal form{
		width: 60%;
		margin-bottom: 100px;
	}
	.contact-modal-heading{
		margin-bottom: 50px;
	}
	.navbar-nav{
		margin-left: 150px;
	}
	a.nav-link {
		margin: 0px -5px;
	}

	.heading-with-deco{
		font-size: 4em;
	}
	.endmarker{
		height: 45px;
	}
	.timeline-body {
		width: 100%;
	}
	a.nav-link.active:before{
		position:absolute;
		width: 70px;
		height: 2px;
		left: calc(50% - 35px);
		bottom: 20px;
		background-color: #c10f17;
		content:"";
	}
	.carousel-normal .item {
		height: 450px;
	}
	.carousel-height .item {
		height: 450px;
	}
	#newsModal .modal-dialog{
		width: 95%;
	}
}
@media(min-width:992px){
	.container{
		padding:60px 0px;
	}
	.jumboXXL {
		height: 600px;
		padding-top: 200px;
	}
	.jumboL {
		height: 400px;
		padding-top:80px;
	}
	.jumboL-autoscaling {
		height: 400px;
		padding-top:80px;
	}
	.jumboM{
		height: 400px;
	}
	.jumboS {
		height: 270px;
	}
	h1{
		font-size: 6em !important;
		margin-bottom:40px;
	}
	#contactModal .modal-dialog{
		width: 80%;
	}
	.slogan{
		-webkit-transform: rotate(90deg) translate(100px, -300px);
		    -ms-transform: rotate(90deg) translate(100px, -300px);
		        transform: rotate(90deg) translate(100px, -300px);
	}
	a.nav-link {
		margin: 0 15px;
	}
	.heading-with-deco{
		font-size: 5em;
	}
	a.more{
		padding: 10px 45px;
	}
	.carousel-normal .item {
		height: 560px;
	}
	.carousel-height .item {
		height: 560px;
	}
	#newsModal .modal-dialog{
		width: 950px;
	}
}
@media(min-width:1200px){
	.container{
		padding-top:85px;
		padding-bottom:85px;
	}
	.jumboXXL {
		height: 950px;
		padding-top: 200px;
	}
	.jumboL {
		height: 500px;
		padding-top:100px;
	}
	.jumboL-autoscaling {
		height: 500px;
		padding-top:100px;
	}
	h1{
		font-size: 6em !important;
		margin-bottom:40px;
	}
	#contactModal .modal-dialog{
		width: 60%;
	}
	.slogan{
		-webkit-transform: rotate(90deg) translate(300px, -300px);
		    -ms-transform: rotate(90deg) translate(300px, -300px);
		        transform: rotate(90deg) translate(300px, -300px);
	}
	.navbar-brand{
		height: 100px;
		margin-left: 12.5%;
	}
	.navbar-nav{
		margin-left: 32%;
	}
	.heading-with-deco{
		font-size: 6em;
	}
	a.more{
		padding: 17px 55px;
	}
	p.infotext{
		-webkit-column-gap: 130px;
		   -moz-column-gap: 130px;
		        column-gap: 130px;
	}
	.timeline-body {
		width: 80%;
	}
	.gallery-modal .modal-dialog{
		width: 80%;
	}
}
@media(min-width:1600px){
	.pagemarker {
		left: 15%;
	}
}
