﻿/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media screen and (max-width: 1280px) {

    /* HEADER */
/*    .navbar-brand {
        width: 100%;
        padding-top: 2px;
    }
    .bg-change .navbar-brand {
        width: 100%;
        padding-top: 9px;
    }

    .navbar-nav > li > a {
        padding: 18px 20px;
    }
    .bg-change .navbar-nav > li > a {
        padding: 25px 20px;
    }
    .navbar-nav > li > a {
        font-size: 0.85em;
        line-height: 1.25;
    }
*/
    .navbar-center {
        margin: auto;
    }
    /* IMAGES */
    .image-shrink {
        width: 80%;
        display: block;
        margin: auto;
    }
    .button-shrink {
        width: 50%;
        display: block;
        margin: 15px auto;
    }

    /* SECTIONS */
    .col-25 {
        width: 25%;
        padding-bottom: 15px;
    }
    .col-50 {
        width: 100%;
    }

    /* PERSON */
	.person-details {
	    grid-template-columns: repeat(1, 1fr);
	    grid-template-rows: repeat(1, 1fr);
	}
	.person-image {
	    padding: 30px 0 0 0;
	}

	/* ORGANISATION */	
	.organisation-details {	
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		padding: 0 100px;
	}
	.post-content {
    	padding: 10px 0px;
	}	

    /* KONTAKT */
	.contact-details {
	    grid-template-columns: repeat(1, 1fr);
	    grid-template-rows: repeat(1, 1fr);
	}
	.contact-details .contact-logo {
	    height: 200px;
	    padding: 15px;
	    place-self: end;
	}
    .contact-details .contact-description {
	    padding: 15px;
        place-self: start;
    }

    /* SCROLL */
    .scroll-to-top {
        font-size: 1.15em;
        height: 30px;
        width: 30px;
        line-height: 30px;
        right: 25px;
        bottom: 48px;
    }
}

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

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    /* SECTIONS */
    .section-title {
        font-size: 1.75em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }
    .section-details {
        padding: 0 60px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 1em;
	}
	.organisation-details .entry-content {
		font-size: 0.85em;
		line-height: 1.5;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.8em;
    }
    .footer-bottom {
        font-size: 0.75em;
    }
}

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

@media screen and (max-width: 1024px) {

    /* HEADER */
    .navbar-brand {
        width: 0px;
        padding-top: 0px;
    }
    .bg-change .navbar-brand {
        width: 0px;
        padding-top: 0px;
    }
    .navbar-nav > li > a {
        padding: 18px 10px;
    }
    .bg-change .navbar-nav > li > a {
        padding: 18px 10px;
    }
    .navbar-nav > li > a {
        font-size: 0.85em;
        line-height: 1.25;
    }

    /* SECTIONS */
    .col-25 {
        width: 50%;
        padding-bottom: 15px;
    }
    .col-50 {
        width: 100%;
    }

	/* ORGANISATION */	
	.organisation-details {	
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		padding: 0 100px;
	}
	.post-content {
    	padding: 10px 0px;
	}	
}

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

@media screen and (min-width: 901px) and (max-width: 1024px) {

    /* SECTIONS */
    .section-title {
        font-size: 1.5em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }
    .section-details {
        padding: 30px 60px 0 60px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 1em;
	}
	.organisation-details .entry-content {
		font-size: 0.85em;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.75em;
    }
    .footer-bottom {
        font-size: 0.6em;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 900px) {

    /* SECTIONS */
    .section-title {
        font-size: 1.5em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }
    .section-details {
        padding: 0 60px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 1em;
	}
	.organisation-details .entry-content {
		font-size: 0.8em;
	}

    /* KONTAKT */
	.google-map-container {
		width: 100%;
	}
	.form-area {
		width: 100%;
		max-width: inherit;
		position: inherit;
		padding: 20px 5% 40px 5%;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.75em;
    }
    .footer-bottom {
        font-size: 0.6em;
    }
}


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


@media screen and (max-width: 767px) {

    /* HEADER */
    .navbar {
        min-height: 0;
    }
    .navbar-brand {
        width: 130px;
        padding-top: 4px;
    }
	.bg-change {
	    background: transparent;
	}
    .bg-change .navbar-brand {
        width: 130px;
        padding-top: 4px;
    }
    .navbar-default .navbar-toggle {
        padding: 0 10px;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #404040;
        margin-right: 2%;
    }
    .navbar-default .navbar-toggle:hover {
        background: transparent;
        outline: 0;
        color: #9ac886;
    }
    .nav {
		background-color: #9ac886CC;
		text-align: right;
		margin-left: calc(100vw - 180px);
	}
    .nav > li {
		display: block;
	}
    .navbar-nav > li > a,
    .bg-change .navbar-nav > li > a {
        padding: 10px 20px;
    }
    .navbar-nav > li > a {
        font-size: 0.75em;
        line-height: 1.25;
    }
    .navbar-collapse.pull-right {
        text-align: right;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: right;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    /* SECTIONS */
    .col-25 {
        width: 100%;
        padding-bottom: 15px;
    }

	/* ORGANISATION */	
	.organisation-details {	
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		padding: 0 50px;
	}
	.post-content {
    	padding: 10px 0px 0px 0px;
	}	

    /* KONTAKT */
	.google-map-container {
		width: 100%;
		margin: 0;
	}
	.form-area {
		width: 100%;
		position: inherit;
		padding: 20px 5% 40px 5%;
	}
	.contact-details .contact-description {
		font-size: 0.75em;
	}
}

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

@media screen and (min-width: 641px) and (max-width: 767px) {

    /* SECTIONS */
    .section-title {
        font-size: 1.25em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: .9em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }
    .section-details {
        padding: 0 60px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 1em;
	}
	.organisation-details .entry-content {
		font-size: 0.8em;
	}

    /* KONTAKT */
	.google-map-container {
		height: 400px;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.75em;
    }
    .footer-bottom {
        font-size: 0.6em;
    }
}

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

@media screen and (min-width: 500px) and (max-width: 640px) {

    /* SECTIONS */
    .section-title {
        font-size: 1em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: .8em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }
    .section-details {
        padding: 0 60px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 0.9em;
	}
	.organisation-details .entry-content {
		font-size: 0.75em;
	}

    /* KONTAKT */
	.google-map-container {
		height: 350px;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.7em;
    }
    .footer-bottom {
        font-size: 0.6em;
    }
}

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

@media screen and (min-width: 341px) and (max-width: 499px) {

    /* SECTIONS */
    .section-title {
        font-size: 0.9em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: 0.75em;
        line-height: 1.5em;
        text-align: left;
        padding: 30px 30px 15px 30px;
    }
    .section-details {
        padding: 0 15px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 0.85em;
	}
	.organisation-details .entry-content {
		font-size: 0.7em;
	}

    /* KONTAKT */
	.google-map-container {
		height: 300px;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.65em;
    }
    .footer-bottom {
        font-size: 0.6em;
    }
}

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

@media screen and (max-width: 340px) {

    /* SECTIONS */
    .section-title {
        font-size: 0.85em;
        padding-bottom: 0;
    }
    .section-description {
        font-size: 0.7em;
        line-height: 1.5em;
        text-align: left;
        padding: 30px 30px 15px 30px;
    }
    .section-details {
        padding: 0 15px;
    }

	/* ORGANISATION */	
	.organisation-details .entry-title {
		font-size: 0.8em;
	}
	.organisation-details .entry-content {
		font-size: 0.65em;
	}

    /* KONTAKT */
	.google-map-container {
		height: 300px;
	}

    /* FOOTER */
    .widget-details {
        font-size: 0.65em;
    }
    .footer-bottom {
        font-size: 0.6em;
    }
}