@charset "utf-8";
/* CSS Document */
/*==================================================
 Global CSS Reset
 ==================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	text-align:justify;
	color:#fff;
	background:#211c18;
	}
ol, ul {
	list-style: none;
	margin:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color:#333;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#083e78;
}
img, object, iframe {
	max-width: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
}

body {
    background-color: #f8f8f6;
    color: #333;
    font-family: 'FF DIN', 'Arial', sans-serif;
}

/* Grid
 * ---------------------------------- */

/* Used when nesting cols */
.col-nest {
    padding-right: 0;
}

/* Paragraphs
 * ---------------------------------- */

p:last-child:last-of-type {
    margin-bottom: 0;
}

/* Links
 * ----------------------------------
 * Transitions for a:visited links are not supported
 * https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector
 */

a,
a:link,
a:visited {
 color: #0058B0;
    transition: all .3s ease-out;
}

a:hover,
a:focus,
a:active {
color: #0058B0;
}

/* Lists
 * ---------------------------------- */
/*ul {
    list-style: circle;
}*/

/* Small text */
.text-slider ul,
.tile-list ul,
.tile-list {
    margin: 1em;
}

.text-slider ul {
    margin: .825em;
}

.text-slider ul ul {
    margin: 0;
}

.entry-content li,
.text li,
.full-text li {
    margin-bottom: .5em;
}

/* Buttons
 * ---------------------------------- */



/* Forms
 * ---------------------------------- */


::-webkit-input-placeholder {
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 12px;
}

/* Iframes
 * ---------------------------------- */

/* Fluid iframe
 * @link http://www.h3xed.com/web-development/how-to-make-a-responsive-100-width-youtube-iframe-embed
 */
.iframe-wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
}

.fluid-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Typography
 * ---------------------------------- */

h1, h2, h3, h4, h5, h6,
.tile .content-title {
    font-weight: bold;
}

p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

article h1, article h2, article h3,
article h4, article h5, article h6,
.full-text .title {
    margin-bottom: .5em;
}

.tile h1, .tile h2, .tile h3,
.tile h4, .tile h5, .tile h6,
article.type-post h2 {
    margin-bottom: 0;
}

h2 {
    font-size: 19px;
}

.entry-content .content-title { margin-bottom: .75em; }
.archive .content-title { margin-bottom: .85em; }

.site-footer .tile h3 {
    font-size: 18px;
}



.tile .page-title,
.tile .entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.page-title,
.entry-title {
    font-size: 22px;
}

.page-title a,
.entry-title a {
    text-decoration: none;
    color: #424242;
}

.entry-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: .75em;
}

.content-title + .entry-meta {
    margin-top: -1.3em;
}

form p:last-of-type { margin-bottom: 0; }

.tile .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 100%;
}

/* Lists
 * ---------------------------------- */

 .strapped-list {
    margin: 0;
    padding: 0;
    list-style: none;
 }

.sub-menu-title {
    color: rgba(0, 0, 0, .6);
    margin-bottom: .5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.7;
}

.sub-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-menu li {
    margin-bottom: .25em;
}

/*------------------------------------*\
   Helper Classes
\*------------------------------------*/





.sub-menu a {
    text-decoration: none;
    font-weight: bold;
}

.sub-menu li {
    margin: 0;
}

.sub-menu .active a {
    color: #AED46B;
}


/* Text Insertion/Slider
 * ---------------------------------- */
.text-slider .slides-counter {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px;
    z-index: 9;
}

.text-slider .direction-nav .icon  {
    background: none;
    padding: 0;
    margin: 0;
}

.text-slider .direction-nav .icon-nav-prev {
    margin-right: 7px;
}

/* Quiz
 * ---------------------------------- */
.tile .content.quiz {
    background: #fff;
}

.quiz .title {
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
}

.quiz .question {
    margin-bottom: .75em;
    font-size: 15px;
    max-width: 300px;
}

.quiz .choice {
    display: block;
    margin-bottom: .25em;
}

.quiz .choice input {
    /*background: #E5DFDA;*/
    border: 0;
    outline: 0;
    margin-right: 4px;
}

.quiz .choice input:hover,
.quiz .choice label:hover {
    cursor: pointer;
}

.quiz .choice label {
    font-size: 12px;
}

.quiz .quiz-footer {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px;
    width: 100%;
    z-index: 9;
}

.question-counter,
.quiz .question-result,
.quiz .btn {
    float: left;
}

.question-counter {
    margin-top: 4px;
}
.quiz .question-result,
.quiz .quiz-finished { display: none; }

.quiz .question-result {
    margin: 6px 10px 0 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.quiz .question-result.correct { color: #85B337; }
.quiz .question-result.wrong { color: #999; }

.quiz .quiz-finished {
    position: absolute;
    text-align: center;
    width: 60%;
    line-height: 1.2;
}

.quiz .quiz-finished .heading {
    margin-bottom: 6px;
}

.quiz .quiz-finished .next-quiz-link {
    display: block;
    margin-top: 5px;
}

.quiz .validator-controls {
    float: right;
}

.quiz .btn {
    float: right;
    padding: 8px 10px 5px;
    width: 77px;
    outline: 0;
    box-shadow: none;
}

.quiz .btn[disabled] {
    background: rgba(0, 0, 0, .2);
    cursor: default;
}

/* Latest Posts
 * ---------------------------------- */

.latest-posts li {
    position: relative;
}

.latest-posts li:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
}

.latest-posts a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: inherit;
}

.latest-posts .excerpt {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
    line-height: 1.1;
    clear: both;
    -webkit-border-radius: 3px 3px 3px 0;
            border-radius: 3px 3px 3px 0;
}

.latest-posts .date {
    display: block;
    float: right;
    margin-top: 2px;
}

/*------------------------------------*\
   Icons
\*------------------------------------*/
.icon {
    display: inline-block;
    cursor: default;
    position: relative;
    line-height: .5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

a .icon,
a.icon {
    cursor: pointer;
}

/* Direction Navigation
 * ---------------------------------- */

.direction-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
}

.post-nav {
    position: static;
    padding: 0;
}

.chunks-nav {
    z-index: 99;
}

.entry-content .chunks-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 23px;
}

.direction-nav .flex-prev,
.direction-nav .icon-nav-prev {
    margin-right: 10px;
}

.direction-nav a[rel="prev"],
.direction-nav a[rel="next"] {
    display: inline-block;
    overflow: hidden;
}

.direction-nav .label {
    display: none;
    float: left;
    margin-right: 10px;
    line-height: 32px; /* Same as icon height */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.direction-nav .icon {
    font-size: 28px;
    padding: 2px;
    float: left;
    border-radius: 999px;
    color: #fff;
    background: #97C940;
    position: static;
    -webkit-transform: none;
            transform: none;
}

.direction-nav .icon:before {
    position: relative;
    top: -1px;
    left: -2px;
}

.direction-nav .flex-next:before,
.direction-nav .icon-nav-next:before {
    left: 2px;
}

.chunks-nav .icon {
    color: #97C940;
    border: 2px solid;
    background: transparent;
}

.bg-dark .chunks-nav .icon {
    color: #fff;
}

.chunks-nav .icon:hover {
    cursor: pointer;
}


/*------------------------------------*\
   Header
\*------------------------------------*/

.site-header {
    margin-bottom: 10px;
}

/* Primary Navigation
 * ---------------------------------- */

.menu-toggle {
    display: block;
    float: left;
    width: 40px;
    height: 38px;
    background: #75A7D3;
    padding: 0;
}

.menu-toggle:hover {
    background: #003c84;
}

.menu-toggle .icon {
    color: #fff;
    font-size: 30px;
    cursor: inherit;
}

/* Use CSS to hide the menu while it
 * has not yet received the mm-menu classname.
 * @link http://mmenu.frebsite.nl/support/tips-and-tricks.html
 */
#site-navigation:not( .mm-menu ) {
   display: none;
}

html.mm-opened.mm-custom {
    overflow: auto;
}

html.mm-opened.mm-custom .mm-page {
    box-shadow: none;
}

.mm-menu.mm-custom .mm-search {
    padding: 20px 25px;
}

.mm-menu.mm-custom .mm-search input {
    color: inherit;
}

.mm-menu.mm-custom .mm-header .mm-title {
    /*font-weight: bold;*/
    color: rgba(0, 0, 0, .8); /* #333 */
	font-size: 18px;
}

.mm-menu.mm-custom .mm-header .mm-prev {
    padding-left: 25px;
}

/*.mm-menu.mm-custom.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-custom.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-custom.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-custom.mm-hassearch .mm-header .mm-close {
    padding-top: 30px;
}

.mm-menu.mm-custom .mm-header {
    padding: 0 20px;
    height: 70px;
    top: 70px;
}

.mm-menu.mm-custom.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 160px;
}*/

.mm-menu.mm-custom {
    background: #fff;
    color: rgba(0, 0, 0, .7); /* .8 = #333 */
    max-width: 270px;
}

.mm-menu.mm-custom .mm-search input {
    background: rgba(120, 130, 135, .15);
}

.mm-menu.mm-custom .mm-list > li:after {
    margin-left: 0 !important;
    border-color: rgba(0, 0, 0, .1);
}

.mm-menu.mm-custom .mm-list > li > a,
.mm-menu.mm-custom .mm-list > li > span {
    font-size: 16px;
    padding: 15px 25px;
    transition: all 0.3s ease-out;
}

.mm-menu.mm-custom .mm-list a.mm-subopen {
    height: 98%;
}

.mm-menu.mm-custom .mm-list > li {
    font-weight: bold;
    margin-bottom: -2px;
}
.mm-menu.mm-custom .mm-list > li h3{padding: 15px 25px;text-transform: uppercase;font-size: 16px; color:#b50c00;}
.mm-menu.mm-custom .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    bottom: 1px;
    z-index: 99;
}

.mm-menu.mm-custom .mm-list a.mm-subopen:after {
    right: 22px;
    border-color: rgba(0, 0, 0, .8); /* #333 */
}

.mm-menu.mm-custom .mm-header .mm-prev:before,
.mm-menu.mm-custom .mm-header .mm-next:after,
.mm-menu.mm-custom .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, .8); /* #333 */
}

.mm-menu.mm-custom .mm-list a.mm-subopen + a,
.mm-menu.mm-custom .mm-list a.mm-subopen + span {
    margin-right: 50px;
}

.mm-menu.mm-custom .mm-list > li > a:hover {
color: #0058B0;
}

/* Secondary Navigation
 * ---------------------------------- */

.secondary-navigation { position: relative; }

.secondary-navigation .dropdown {
    display: block;
    height: 60px;
    background: #e7ebf7;
    padding: 0 0 0 20px;
    text-decoration: none;
}

.secondary-navigation .dropdown:hover {
    background: #d8dff3;
}

.secondary-navigation .dropdown .label {
    color: #737373;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    padding-top: 20px;
    display: block;
    float: left;
}

.secondary-navigation .dropdown .dropdown-arrow {
    width: 60px;
    height: 60px;
    background: #002c63;
    float: right;
}

.secondary-navigation .dropdown:hover .dropdown-arrow {
    background: #0e3e7a;
}

.secondary-navigation .dropdown .icon {
    font-size: 24px;
    color: #fff;
}

.dropdown-arrow:hover {
    cursor: pointer;
}

/* Menu */

.secondary-navigation .dropdown-content {
    display: none;
    position: absolute;
    background: #d8d2cd;
    z-index: 999;
    width: 100%;
    color: #555;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.secondary-navigation .menu .sub {
    font-size: 16px;
    float: right;
    width: 70%;
    display: block;
    line-height: 34px;
    color: rgba(255, 255, 255, .9);
}

.secondary-navigation .dropdown-content a {
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    color: inherit;
}

.secondary-navigation .menu a[href*="future"]      { background: #C6BC89; color: #fff; }
.secondary-navigation .menu a[href*="culture"]     { background: #F26E23; color: #fff; }
.secondary-navigation .menu a[href*="welcome"]     { background: #2F3D05; color: #fff; }
.secondary-navigation .menu a[href*="distinction"] { background: #41C7F3; color: #fff; }
.secondary-navigation .menu a[href*="adventure"]   { background: #7B0364; color: #fff; }

.secondary-navigation .dropdown-content ul {
    margin: 0;
    list-style: none;
}

/* Wordmark
 * ---------------------------------- */
.site-wordmark {
    float: left;
    margin-left: 20px;
    color: #737373;
    font-weight: 700;
    font-size: 26px;
    padding-top: 19px;
    height: 60px;
    line-height: 1;
}

.site-wordmark .dot {
    margin-left: 1px;
    color: #97c940;
}

.site-wordmark a {
    color: #737373;
    text-decoration: none;
}

/*------------------------------------*\
   Main
\*------------------------------------*/

.site-branding .gi {
    background: #788287;
}

.site-branding .jag {
    background: #97C940;
}

.site-branding .jag .tile-link {
    padding: 20px;
}

.site-branding .icon-logo-gi { font-size: 6.5em; color: #fff; }
/*.site-branding .logo-gi { width: 100%; height: 100%; background: url(../img/logo-gi.svg) contain; }*/
.site-branding .logo-jag { max-width: 95%; margin-top: 4px; margin-left: -3px; }

/*------------------------------------*\
   Main Content
\*------------------------------------*/

.hentry { margin-bottom: 0; }
.page-header, .entry-header { float: none; }





.shariff li.shariff-button a:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.shariff li.facebook a:before,
.shariff li.twitter a:before { font-size: 16px; }

.shariff .share_text { display: none; }

.site-main .social-media .tile-little { width: 33%; }
.site-main .social-media .icon { font-size: 16px; }

/* Archive view
 * ---------------------------------- */

.continue-reading-link {
    display: block;
    font-size: 14px;
    line-height: 1;
}

/* Comments
 * ---------------------------------- */

.comments-area {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
}

.comments-title,
.comment-respond .comment-reply-title {
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list li { margin-bottom: 1.5em; }
.comment-list .comment .children { margin: 1.5em 0 0 1.5em; list-style: none; }

.comment-respond { position: relative; }
.comment-respond .comment-reply-title { margin-bottom: 1em; }
#cancel-comment-reply-link { display: block; text-decoration: none; }

.comment-list + .comment-respond {
    padding-top: 1.5em;
    border-top: 1px dotted rgba(0, 0, 0, .1);
}

.comment-list .comment-respond {
    padding-top: 1em;
    margin-left: 1em;
}

.comment-meta { overflow: hidden; }

/*.comment-meta .comment-author,
.comment-meta .comment-metadata {
    float: left;
}*/

.comment-meta .comment-author img { margin-right: 5px; vertical-align: middle; }
.comment-meta .comment-author .fn { font-size: 14px; }
.comment-meta .comment-metadata { font-size: 12px; }
.comment-meta .comment-metadata a { text-decoration: none; color: rgba(0, 0, 0, .4); }
.comment-meta .comment-metadata .edit-link { display: inline-block; margin-left: 5px; }

.comments-area .comment-content {
    clear: both;
    margin: .5em 0 0;
    background: rgba(0, 0, 0, .03);
    padding: 5px 10px;
    border-radius: 3px;
}

.comments-area .comment-reply-link {
    font-size: 12px;
    text-decoration: none;
    opacity: .9;
}

.comments-area .logged-in-as {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    transition: opacity .2s ease-out;
}

.comment-list + .comment-respond .logged-in-as { top: 2em; }
.comment-list .logged-in-as { top: 1.4em; }

.comments-area .logged-in-as:hover { opacity: 1; }

.comments-area .comment-form-url { display: none; }
.comments-area .comment-form label { display: block; margin-bottom: 5px; }
.comment-form-comment textarea { height: 100px; border-radius: 3px; }

.comment-form .form-allowed-tags,
.comment-form .form-allowed-tags code {
    font-size: 12px;
}

.comment-form .form-allowed-tags { display: none; }

.entry-footer .comments-link { font-size: 14px; display: block; }

/*------------------------------------*\
   Side Content
\*------------------------------------*/

.widget-area {
    float: left;
    background: #fff;
    width: 290px;
    padding: 20px;
}

/*------------------------------------*\
   Footer
\*------------------------------------*/

.site-footer {
    margin: 10px 0 20px 0;
}

    .site-footer .contact-details .content {
        background: #788287;
    }

    .site-footer .contact-details-text {
        color: #ffffff;
        font-size: 16px;
    }

    .site-footer .label {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .8em;
        color: rgba(255, 255, 255, .9);
    }

    .site-footer .mail {
        color: currentColor;
        text-decoration: none;
    }

    .site-footer .divider {
        color: rgba(255, 255, 255, .4);
        margin: 0 10px;
    }

    .site-footer .divider-more {
        color: rgba(255, 255, 255, .4);
        margin: 0 15px 0 12px;
    }

    .site-footer .divider-whitespace {
        margin: 0 5px;
    }
	
	.contact-details.clear.tablet {
		display: none;
	}


.contact-details.clear.smartphone {
    display: none;
}

/* Social Media Pages
 * ---------------------------------- */

.social-media {
    margin-top: 10px;
}

.social-media .content:hover {
    opacity: .85;
}

.social-media .tile-little {
    width: 50%;
    margin-top: 0;
}

.social-media .fb   { background-color: #3b5998; }
.social-media .tw   { background-color: #55acee; }
.social-media .yt   { background-color: #cc181e; }
.social-media .mail { background-color: #788287; }

.social-media .icon {
    color: #fff;
    font-size: 24px;
}

/*--------------------------------------------------------------
13.0 Responsive
--------------------------------------------------------------*/

/* Desktop PC */
@media only screen and (min-width: 1440px) {

}

/* Tablets */
@media only screen and (min-width: 1024px) {

}

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

	.home .site-main div:nth-child(3) .tile-small:before {
		padding-top: 101%;
	}

	.secondary-navigation .menu .sub {
		color: rgba(255, 255, 255, 0.9);
		display: block;
		float: right;
		font-size: 16px;
		line-height: 19px;
		width: 62%;
	}
	
	.site-branding .icon-logo-gi {
		color: #fff;
		font-size: 5.5em;
	}
	
	.single-argument .site-main .tile-large:before {
		padding-top: 101%;
	}
	
	.single-argument .site-main .tile-little:before {
		padding-top: 101%;
	}
	
	.single-argument .site-main .tile-small:before {
		padding-top: 101%;
	}
	
	.single-argument .site-main .tile-x-x-large:before {
		padding-top: 101%;
	}
	
	.single-argument .site-main .entry-content li, .text li, .full-text li {
		font-size: 13px;
		margin-bottom: 0.5em;
	}
	
	.quiz .question {
		font-size: 14px;
	}
	
	.single-argument .site-main p {
		font-size: 13px;
	}
	
	p {
		font-size: 13px;
	}
	
	.contact-details.clear.tablet {
		display: block;
	}
	
	.contact-details.clear {
		display: none;
	}
	
	.site-footer .contact-details-text {
		color: #ffffff;
		font-size: 14px;
	}
	
	.center {
		display: inline-block;
		left: 24%;
		position: relative;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.site-branding .logo-jag {
		margin-left: 17px;
	}
	
}


/* Tablets */
@media screen and (max-device-width: 767px) {
    /* Header */

        .site-header {
            margin-bottom: 0px !important;
        }

        .site-header .col-1-2 {
            margin-top: 0px;
        }

        /* Wortmarke */

        .col-1-2 .site-wordmark {
            margin-left: 8px;
        }

        /* Navigation Argumente */

        .secondary-navigation {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

        /* Logos */

        .site-branding.col-nest.col-1-3 {
            width: 100%;
            padding-bottom: 10px;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 {
            width: 25%;
            float: left;
            margin-top: 10px;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 .tile.tile-small {
            width: 100%;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 .tile.tile-small .content.gi {
            padding: 8px;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 .tile.tile-small .content.jag {
            padding: 8px;
        }

        /* Title Tile */

        .entry-header.tile.tile-medium-wide.clear {
            width: 49.5%;
        }

        .tile-medium-wide:before {
            padding-top: 48% !important;
        }

        .page-header.tile .page-title, .entry-header.tile .entry-title {
            padding: 5px !important;
        }



    /* Content */

        .col-8-12.push-right {
            float: left;
            width: 100%;
            margin-top: 0px;
        }

        /* List Style */

        ul, ol {
            margin: 0 0 1.5em 1em;
        }

        /* Social Media */

        .site-main .social-media {
            width: 20% !important;
        }

        /* Tiles */

        .content-area .site-main .col-1-3.col-nest {
            width: 100%;
        }

        .col-1-3.col-nest .col-1-2 {
            width: 50%;
            float: left;
            margin: 0px;
        }

        .col-8-12 .tile.tile-x-large {
            padding-top: 55% !important;
        }

        .col-8-12.push-right {
            float: none;
        }

        .site-content .content-area .site-main .col-1-3 {
            width: 50%;
            float: left;
            margin: 0px;
        }



    /* Footer */

        /* Contact */

        .site-footer .ending .col-10-12 {
            width: 75%;
            float: left;
        }

        .site-footer .ending .col-10-12 .contact-details .tile.tile-medium-x-wide:before {
            padding-top: 32.2% !important;
        }

        /* Social Media */

        .site-footer .ending .col-2-12 {
            width: 25%;
            float: left;
        }
}

/* Smartphones */
@media screen and (max-device-width: 480px) {
    /* Header */


        .site-header {
            margin-bottom: 0px !important;
        }

        .site-header .col-1-2 {
            margin-top: 0px;
        }

        /* Wortmarke */

        .col-1-2 .site-wordmark {
            margin-left: 8px;
        }

        /* Navigation Argumente */

        .secondary-navigation {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

        /* Logos */

        .site-branding.col-nest.col-1-3 {
            width: 100%;
            padding-bottom: 10px;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 {
            width: 33%;
            float: left;
            margin-top: 10px;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 .tile.tile-small {
            width: 100%;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 .tile.tile-small .content.gi {
            padding: 8px;
        }

        .site-branding.col-nest.col-1-3 .col-1-2 .tile.tile-small .content.jag {
            padding: 8px;
        }

        /* Title Tile */

        .entry-header.tile.tile-medium-wide.clear {
            width: 31% !important;
        }

        .tile-medium-wide:before {
            padding-top: 99% !important;

        }

        .page-header.tile .page-title, .entry-header.tile .entry-title {
            padding: 5px !important;
        }

        .col-8-12.push-right .entry-header.tile.tile-medium-wide.clear .content {
            background-image: none !important;
        }

    /* Content */

        .col-8-12.push-right {
            float: left;
            width: 100%;
            margin-top: 0px;
        }

        .entry-header.tile.tile-medium-wide .content h1 {
            font-size: 24px;
            margin: 0px 0px 6px 9px;
            line-height: 28px;
        }

        .secondary-navigation .dropdown-content a {
            font-size: 22px;
            padding: 20px 20px !important;
            line-height: 20px !important;
        }

        .secondary-navigation .menu .sub {
            font-size: 15px !important;
            width: 68% !important;
            line-height: 18px !important;
        }

        .shariff li.facebook a:before, .shariff li.twitter a:before {
            font-size: 28px;
        }

        .site-main .social-media .icon {
            font-size: 28px;
        }

        .social-media .icon {
            color: #fff;
            font-size: 30px;
        }

        input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
            width: 100%;
        }

        .comment {
            margin-top: 30px;
        }

        .mc-field-group {
            margin-top: 20px;
        }

        #mc-embedded-subscribe {
            margin-top: 20px;
        }

    /* List Style */

        ul, ol {
            margin: 0 0 1.5em 1em;
        }

    /* Social Media */

        .site-main .social-media {
            width: 57.8% !important;
        }

    /* Tiles */

        .content-area .site-main .col-1-3.col-nest {
            width: 100%;
        }

        .col-1-3.col-nest .col-1-2 {
            width: 50%;
            float: left;
            margin: 0px;
        }

        .col-8-12 .tile.tile-x-large {
            padding-top: 55% !important;
        }

        .col-8-12.push-right {
            float: none;
        }

        .col-1-3.module-quiz-tile {
            width: 100% !important;
        }

        .col-1-3.module-media-tile {
            width: 100% !important;
        }

        .col-1-3 {
            width: 100% !important;
        }

    /* Footer */

        /* Contact */

        .col-10-12 .contact-details .tile.tile-medium-x-wide:before {
            padding-top: 100%;
        }

        .site-footer .ending .col-2-12 {
            width: 100%;
        }

        /* Social Media */

        .col-2-12 .social-media .tile.tile-little {
            width: 25%;
        }

        .site-footer .ending .col-10-12 {
            width: 100%;
        }

        .col-8-12.col-nest.flexslider.carousel {
            border: solid #f5f1e9 1px;
        }

        .site-content .content-area .site-main .col-1-3 {
            margin: 0px;
            border: 1px solid #f5f1e9;
            position: relative;
            z-index: 5;
        }
		
		/* Startseite */
		
		 .home .site-main .col-1-6.module-static-tile {
			float: left;
			margin-top: 0;
			width: 50%;
			margin-bottom: 0;
		}
		
		.home .site-main div:nth-child(3) .tile-small::before {
    padding-top: 93%;
}

         .home .site-main .col-1-3.module-static-tile {
			float: left;
			margin-top: 0;
			width: 50% !important;
		}
		
		.home .site-main .col-1-3.module-argument-tile {
			width: 50% !important;
		}
		
		.home .site-main .col-1-3.module-argument-tile .tile.tile-medium {
			padding-top: 53%
		}
		
		.home .site-main .col-1-3.module-media-tile.single-media {
			width: 50% !important;
			float: left;
		}
		
		.home .site-branding.col-nest.col-1-3 .col-1-2 {
			float: left;
			margin-top: 10px;
			width: 50%;
		}

		.home .col-1-6.module-static-tile .tile-small::before {
			padding-top: 93%;
		}

		.home .col-1-3.module-argument-tile .tile-medium::before {
			padding-top: 40% !important;
		}

		.home .col-1-3.module-static-tile .tile-medium::before {
			padding-top: 93% !important;
		}
		
		.home .col-1-3.module-media-tile.single-media .tile-medium::before {
			padding-top: 94.33%;
		}
		
		.site-branding .icon-logo-gi {
			font-size: 5.5em !important;
		}

		.site-branding .logo-jag {
			margin-left: 24px;
		}

		/* .col-1-6.module-static-tile .tile.tile-small {
			margin-top: 0;
		}*/

}

/* Smartphones */
@media screen and (max-device-width: 370px) {

		.site-branding .icon-logo-gi {
			color: #fff;
			font-size: 4.5em;
		}

        .tile-medium-wide:before {
            padding-top: 100% !important;
        }

        .entry-header.tile.tile-medium-wide .content h1 {
            font-size: 15px;
            margin: 0px 0px 5px 5px;
            line-height: 17px;
        }

        .secondary-navigation .dropdown-content a {
            font-size: 17px;
            padding: 20px 20px !important;
            line-height: 20px !important;
        }

        .secondary-navigation .menu .sub {
            font-size: 12px !important;
            width: 60% !important;
            line-height: 18px !important;
            margin-top: -5px;
        }

        .entry-header.tile.tile-medium-wide {
            width: 32% !important;
        }

        .col-1-3.module-media-tile {
            width: 100% !important;
        }

        .col-1-3.module-quiz-tile {
            width: 100% !important;
        }

        .quiz .question-wrap {
            bottom: 23px;
        }

        .ending .col-10-12 {
            width: 100% !important;
        }

        .site-footer .contact-details-text {
            font-size: 14px;
        }

        .site-content .content-area .site-main .col-1-3 {
            width: 100%;
        }

        .site-footer .ending .col-2-12 {
            width: 100%;
        }

        .site-footer .ending .col-10-12 {
            height: 160px;
            text-align: center;
        }

        .site-footer .ending .col-10-12 .contact-details .tile.tile-medium-x-wide:before {
            padding-top: 50% !important;
        }

        .module-author-list .tile .content.text {
            font-size: 13px;
        }

        .ending .col-10-12 .contact-details .tile.tile-medium-x-wide .content .contact-details-text.center {
            top: 47%;
        }

        input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
            width: 100%;
        }

        .col-1-2.module-media-tile .tile.tile-medium {
             padding-top: 54%;
        }

        .contact-details.clear {
            display: none;
        }

        .contact-details.clear.smartphone {
            display: block;
        }
 
}

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

    .site-footer .ending .col-10-12 {
            height: 250px;
        }

    }

