@charset "utf-8";
/* CSS Document */

html,
html * {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body {
    /*background-color: aqua;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 400px;
    background-color: #e5e5e8;
   
}
.container {
    position: relative;
    text-align: center;
    color: white;
}
.centered {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered p {
    font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    line-height: 13px;
}

header {
    padding: 30px;
}

main {
    position: relative;
    padding: 30px;
    top: 40px;
}

img {
    width: 100%;
    max-width: 100%;
    height:auto;
    vertical-align:middle;
    padding-left: 20px;
}

pre {
  display: block;
  font-family: monotype;/* monospace;*/
  white-space: pre;
  margin: 1em 0;
}

.red  {
      font-size: 100%;
      font-weight: bold;
      background: #e5e5e8;
      color: #FF0000;
      }

.foot {
    position: fixed;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: -3px;
    bottom: 0;
    height:52px;
    width: 90%;
    background-color: #9CE0F4;
    text-align: center;
}

.txt {
    text-align: center;
}

.style-nav{
    display: none;
 }

.style-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
    width: 360px;
    background-color: #e5e5e8;
}

.style-logo-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
    width: auto;
    /*background-color: #e5e5e8;*/
}


.dropbtn {
    background-image: url("bilder/Bar_pict_4.png");
    background-size: cover;
    background-color: #e5e5e8;
    color: transparent;
    padding: 1px 1px 10px 10px;
    font-size: 15px;
    border: none;

}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 65px;
 }

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #22F0F0;
}

.dropdown:hover .dropbtn {
    background-color: #E5E5E8;
}

.dropbtn button {
    float: right;
}

.text {
    text-align: left;
    font-size: 19px;
    margin-top: 30px;
    padding: 20px;
    background-color: #e5e5e8;
}

.rad2:before, .row2:after {
    content: "";
    display: table;
}

.rad2:after {
    clear: both;
}

.rad2 {
    width: 250px;
    text-align: left;
    color: #e5e5e8;
    background-color: #e5e5e8;
    margin-left: auto;
    margin-right: auto;

}

.m {
    text-align: center;
}




/*Tablet view*/

@media (min-width: 770px){
    
    body {
        max-width: 768px;
    }
    
    .foot{
        max-width: 685px;
    }
     
    .text {
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 30px;
    }
 
    .txt {
        text-align: center;
    }

    .dropbtn {
        display: none;
        
    }
 
    .style-nav {
        display: inline-block;
        position: relative;
        transform: translateX(5%);
        float: none;
        padding: 20px;
    }
    
    .style-nav ul {
        list-style-type: none;
        text-align: center;
    }
    
    .style-nav ul li {
        display: inline-block;
        text-align: center;
    }

    .style-nav ul li a {
        background-color: #bBDBDb;
        text-decoration: none;
        color: #2f322a;
        text-transform: uppercase;
        padding: 8px;
        font-size: 12px;
    }

    .style-nav a:hover {
        background-color: #A5A5A5;
        border-bottom: 1px solid #A5A5A5;
        border-right: 1px solid #A5A5A5;
        color: white;
    }
    
    .style-logo-2 {
        width: 170px;
        background-color: #e5e5e8;
        margin-bottom: 0px;
       
        /*background-color: beige;*/
    }

    
    .rad2 {
        width: auto;
        padding: 0px 20px 0px 20px;
        text-align: left;
        color: #e5e5e8;
        background-color: #e5e5e8; 
    }
    
    .kolumn2 {
        float: left;
    }
    
    
    .halv-kolumn {
        width: 50%;
    }
    
    
}


    
    /*Desktop view*/

@media (min-width: 1024px) {
 
    body {
        max-width: 1220px;
     }
  
    .fyrdel-kolumn {
        width: 25%;
        background-color: #e5e5e8;
    }
    
    .style-logo {
        float: none;
    }
 
    .style-logo-2 {
        float: left;
        width: 230px;
    }
    
    .style-nav {
        float: none;
        padding-right: 20px;
        margin-top:  0px;
        margin-bottom: 0px;
        transform: translateX(50%);
    }
    
    .text {
        text-align: left;
        margin-top: -10px;
        padding: 30px;
    }
    
    .foot{
       max-width: 1200px;
    }
    
  
      
}
    



