/*
SEMANTIC-UI STUFF
*/

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

.centeredtext {
    text-align: center;
}

.heroTeaser {
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 0.25em 0.5em;
	margin-bottom: 0.75em;
	margin-right: 0.5em;
	border-radius: 5px;
}

.heroTeaserWrap {
	margin-top: 1em;
	font-size: 115%;
}

.gesuchte h3 {
    font-size: 170% !important;
}

.gesuchte h2 {
    font-size: 250% !important;
}

p {
    font-size: 135% !important;
}

.normalcontent {
    margin-top: 53px;
}

.fixed.ui.menu .item:before {
    display: none !important;
}

.item a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.fixed.ui.menu {
    -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 700px) {
    .heroTeaserWrap {
        font-size: 100% !important;
    }
    
    .trennerV {
        padding: 3em 0 !important;
    }
    
    h2.ui.horizontal.header.divider {
        margin: initial !important;
        word-break: break-word;
        white-space: initial;
        display: block;
    }
    
    .ui.large.top.fixed.menu .right {
        margin-left: initial !important;
        padding-left: 5px !important;
        padding-right: 43px !important;
    }
    
    .fixed.ui.menu .item:before {
        display: none !important;
    }
    
    .hidemobile {
        display: none !important;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}


.home_hero {
  background: url(/storage/app/media/images_home/hero_bg-90.jpg) no-repeat center center fixed !important;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.trennerV{
    padding: 6em;
}

.menuSpacer{
    padding-top: 5em;
}