@import url("semantic.min.css");

.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;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .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;
    }
}

#heroElement {
	background-image: url(../img/covereff-hab.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#heroBorderOuter{
	border: 26px solid rgba(0,0,0,0.275);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#heroBorderInner{
	background-color: rgba(0,0,0,0.15);
    border: 1px solid rgba(220,220,220,1);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#heroContainer {
	height: 100%;
}

#heroGrid {
	height: 100%;
}

#heroMenu {
	border:none;
	border-width: 0px;
	border-color: transparent;
    text-align: center;
    width: 247px;
    margin:25px auto;
}

@media only screen and (min-width: 427px) {
 #heroMenu {
    width: 332px;
 }
}

#heroTag, #heroMenu {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#heroTag .library {
    display: block;
    font-size: 1.1em;
}

#heroTag .tagline {
    font-size: 0.5em;
}

@media only screen and (min-width: 427px) {
 #heroMenu {
    width: 332px;
 }
}

#neuigkeiten div.content div.description img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #neuigkeiten .description img {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
    }
    
    #neuigkeiten .ui.container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
    }
}
