/* Put your custom styles here */


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

p {
    color: black;
}

.img
{
    max-height: 100px;
}

.abbildung
{
    background-color: rgba(0, 0, 0, 0);
}

.mainheadline > h1
{
    margin: 160px;
}

@media screen and (max-width:48em)
{
    h1, .h1
    {
        font-size: 33px;
    }
    p
    {
        font-size: 12px;
    }
    #header-2 .main-nav .navbar-nav > li
    {
        text-align: center;
        margin-top: 10px;
    }
}

.btn-group
{
    padding-left: 2px;
    padding-right: 2px;
}

/*
a
{
    text-decoration: none !important;
}
*/

.nav-item > a
{
    color: #ffffff !important;
}
.nav-item > a:hover
{
    text-decoration: underline !important;
}

#header-2 .main-nav .nav
{
    margin-top: 60px;
}

.main-nav
{
    background-color: #df1995 !important;
}

#header-2 .brand-img
{
    max-width: 240px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width:59em) 
{
    #header-2 .brand-img 
    {
    max-width: 210px;
    }
    .nav-item > a
    {
        font-size: 0.9em !important;
        margin-top: -25px;
    }
}


.preinfo {
    text-align: left;
    font-size: 20px;
    font-style: normal;
    color: black!important;
}

.preinfo_right {
    text-align: right;
    font-size: 20px;
    font-style: normal;
    color: black!important;
}

.block {
    text-align: justify;
}

.text-link {
    text-decoration: none;
    color: #df1995;
}
.text-link:hover {
    text-decoration: underline;
    color: #df1995;
}

.text_board {
    font-size: 1.3em;
}


.pic_test {
    max-height: 525px;
}

p.downloadlink {
    position: fixed;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 25px;
}

@media screen and (max-width:48em) {
    p.downloadlink {
        position: absolute;}
}

.dropdown-toggle {
/*    text-decoration: none !important;*/
    color: white !important;
}

.dropdown-toggle:hover {
    text-decoration: underline !important;
}

.essay {
    color: #ef1995;
}

.essay_list > li {
    font-size: 1.45em;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif;*/
/*    font-style: normal;*/
}

/*    ___________     landing page      ____________    */

#logo
{
    margin-bottom: 80px;
    margin-top: 40px;
}

.btn
{
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #df1995;
    text-transform: lowercase;
}

.btn:hover
{
    background: #df1995;
    color: #ffffff;
    text-decoration: underline !important;
}

/*
body.landing {
    background: url(../images/Focke/IMG_1175.jpg) no-repeat center ; 
    -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
*/

@media (max-width:320px) {
.tabs {
  margin-top: 250px;
}
}

@media (min-width:321px) {
.tabs {
  margin-top: 200px;
}
}

@media (min-width:361px) {
.tabs {
  margin-top: 250px;
}
}

@media (min-width:481px) {
.tabs {
  margin-top: 50px;
}
}

@media (min-width:768px) {
.tabs {
  margin-top: 20px;
}
}

@media (max-width:992px) {
.translation_text {
    display: none; 
    }
}

@media (max-width:481px){
#einfacheSprache {
    font-size: 10px;
    overflow: hidden;
}
}