body {
    margin:0;
    padding:0;

}

#kleiner {
    font-size: 1.2em;
}

#neben {
    display: flex;
    flex-wrap: wrap;
}

#neben2 {
    display: flex;
    flex-wrap: wrap;
}

#neben3 {
    display: flex;
    flex-wrap: wrap;
}

#neben4 {
    display: flex;
    flex-wrap: wrap;
}

/*#jumbotron1{
    background-image: url(europa_neu.png);
    background-size: cover;
    text-align: center;
}
*/
.funkyradio div {
    clear: both;
    overflow: hidden;
    margin-right:30px;
  }
  
  .funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    
  }
  
  .funkyradio input[type="radio"]:empty,
  .funkyradio input[type="checkbox"]:empty {
    display: none;
  }
  
  .funkyradio input[type="radio"]:empty ~ label,
  .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

  }
  
  .funkyradio input[type="radio"]:empty ~ label:before,
  .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;

  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
  }
  
  .funkyradio input[type="radio"]:checked ~ label,
  .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
  }
  
  .funkyradio input[type="radio"]:checked ~ label:before,
  .funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio input[type="radio"]:focus ~ label:before,
  .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
  }
  
  .funkyradio-default input[type="radio"]:checked ~ label:before,
  .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio-primary input[type="radio"]:checked ~ label:before,
  .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
  }
  
  .funkyradio-success input[type="radio"]:checked ~ label:before,
  .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;

  }
  
  .funkyradio-danger input[type="radio"]:checked ~ label:before,
  .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
  }
  
  .funkyradio-warning input[type="radio"]:checked ~ label:before,
  .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
  }
  
  .funkyradio-info input[type="radio"]:checked ~ label:before,
  .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
  }
  
#jumbotron1{
    background: url("europa_neu2.png") no-repeat center center; 
    background-size: cover;
    height: 100%;
    text-align: center;
}

#einfuehrung {
    text-align: center;
}
#zusammenfassung {
    text-align: center;
}

#fragen {
    text-align: center;
}

#versprechen {
    text-align: center;
}

#zweiter {
    text-align: center;
}

#dritter {
    text-align: center;
}

#vierter {
    text-align: center;
}

#fuenfter {
    text-align: center;
}

#hintergrundbild {
    height: 80%;
}



.footer-two .footer-two-title {
    font-size: 33px;
    text-align: center;
    color: #eff0f4;
    padding-bottom: 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

.footer-two .tel-col, .footer-two  .email-col, .footer-two .address-col {
    text-align: center; 
}

.footer-two .tel, .footer-two .footer-top .email, .footer-two .footer-top .address {
    color: #eff0f4;
    
    font-weight: 600; 
}

.footer-two .footer-mid {
padding: 50px 0 73px; 
}

.footer-two .footer-mid .footer-two-form .form-group label {
    text-transform: uppercase;
    color: #505050;
    margin-bottom: 5px; 
}

.footer-two .footer-mid .footer-two-form .form-control {
    background: #eff0f4;
    border: 1px solid rgba(170, 170, 170, 0.01);
    border-radius: 10px;
    padding-left: 20px;
    margin-bottom: 2px; 
}

.footer-two .footer-mid .footer-two-form .form-control[type=text], .footer-two .footer-mid .footer-two-form .form-control[type=email] {
    height: 40px;
    border-radius: 20px; 
}

.footer-two .footer-mid .footer-two-form .mix-btn {
    margin: 30px 0 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; 
}

@media only screen and (max-width: 767px) {
    .footer-two .footer-bottom .footer-name {
    text-align: center; 
    } 
}

.footer-two .footer-bottom .footer-logo {
    font-size: 21px;
    color: #afafaf;
    font-weight: 700; 
}

.footer-two .footer-bottom .copy {
    text-align: right;
    margin-bottom: 0; 
}

@media only screen and (max-width: 767px) {
.footer-two .footer-bottom .copy {
    text-align: center; 
    } 
}

.footer-two .footer-bottom .copy a {
    color: #afafaf; 
}

.footer-two .footer-bottom .copy a:hover {
    color: #fff; 
}

.footer-two .footer-bottom .f-soc-nav {
    display: block;
    text-align: right; 
}

@media only screen and (max-width: 767px) {
.footer-two .footer-bottom .f-soc-nav {
    margin-top: 30px;
    text-align: center;
    display: block;
    float: none; 
    } 
}

.footer-two .footer-bottom .f-soc-nav a {
    margin-right: 15px;
    display: inline-block; 
}

.footer-two .footer-bottom .f-soc-nav a:last-child {
    margin-right: 0; 
}

.footer-two .footer-bottom .f-soc-nav a i {
    color: #afafaf;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    transition: all .4s ease; 
}

.footer-two .footer-bottom .f-soc-nav a i:hover {
    color: #ffffff;
    background: transparent; 
}

.mix-btn {
    background: #252525;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 15px;
}

.mix-btn:hover {
    background: transparent;
    color: #252525;
    border: 1px solid #252525; 
    border-radius: 15px;
}

#farbe {
    background-color: rgba(216,191,216,0.15);
}

.big-checkbox {width: 20px; height: 20px;}


.griechenland {

    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Greece.svg/1024px-Flag_of_Greece.svg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.england {

    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_United_Kingdom.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.italien {

    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Flag_of_Italy.svg/1024px-Flag_of_Italy.svg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.punkyradio div {
    clear: both;
    overflow: hidden;
    margin-right:15px;
  }
  
  .punkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    
  }
  
  .punkyradio input[type="radio"]:empty,
  .punkyradio input[type="checkbox"]:empty {
    display: none;
  }
  
  .punkyradio input[type="radio"]:empty ~ label,
  .punkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

  }
  
  .punkyradio input[type="radio"]:empty ~ label:before,
  .punkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;

  }
  
  .punkyradio input[type="radio"]:hover:not(:checked) ~ label,
  .punkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
  }
  
  .punkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
  .punkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
  }
  
  .punkyradio input[type="radio"]:checked ~ label,
  .punkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
  }
  
  .punkyradio input[type="radio"]:checked ~ label:before,
  .punkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
  }
  
  .punkyradio input[type="radio"]:focus ~ label:before,
  .punkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
  }
  
  .punkyradio-default input[type="radio"]:checked ~ label:before,
  .punkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
  }
  
  .punkyradio-primary input[type="radio"]:checked ~ label:before,
  .punkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
  }
  
  .punkyradio-success input[type="radio"]:checked ~ label:before,
  .punkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;

  }
  
  .punkyradio-danger input[type="radio"]:checked ~ label:before,
  .punkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
  }
  
  .punkyradio-warning input[type="radio"]:checked ~ label:before,
  .punkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
  }
  
  .punkyradio-info input[type="radio"]:checked ~ label:before,
  .punkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
  }

  .thumbnail {
    border: none !important; 
    border-radius: none !important;
    box-shadow: none !important;
  }
  .img-thumbnail {
    box-shadow: none !important;
  }