

/*******************************************************************************
*
* Willkommensbild
*
*******************************************************************************/

.willkommen {
    background-image:url(../images/willkommen.jpg);
    width:782px;
    height:210px;
    padding:85px 0 0 18px;
    margin-bottom:10px;
    margin-top:20px;
}


.willkommen h2 {
    background-image:url(../images/preisgarantie.png);
    background-repeat:no-repeat;
    width:496px;
    text-indent:-10000px;
    height:128px;
    margin-top: -67px;
    font-family: "TeXGyreAdventorRegular", Arial,Helvetica, sans-serif;
}

.willkommen h2 {
    background-image:url(../images/qualitaet.png);
    width:872px;
}


/*******************************************************************************
*
* Unteren Boxen
*
*******************************************************************************/
.willkommen-block {
    background: #dddddd;
    background: -moz-linear-gradient(-90deg, #dddddd 0%, #ffffff 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);
    background: -o-linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);
    background: -ms-linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);
    /*    background: linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0.5 );
    min-height:200px;
    margin-bottom:20px;

    width:32%;
    float:left;

    margin-left:5px;
    margin-right:5px;
}


.willkommen-block p {
    padding:8px 0 3px 0;
}
.willkommen-block ul li {
    padding:3px;
    list-style-type:disc !important;
}
.willkommen-block ul {
    margin-left:30px;
    margin-top:10px;
}
.willkommen-block.help-and-support p {
    margin-left:12px;
}


/*******************************************************************************
*
* Top Tarife
*
*******************************************************************************/
.weltweit {
    background: #dddddd;

    background: -moz-linear-gradient(-90deg, #dddddd 0%, #ffffff 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);
    background: -o-linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);
    background: -ms-linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);
    /*    background: linear-gradient(-90deg, #dddddd 0%,#ffffff 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0.5 );
    min-height:100px;
    padding:20px;
    margin-bottom:30px;
}

.weltweit  a.mehr-laender {

    height:20px;
    display:inline-block;
    float:right;
    margin-top:10px;
}
.weltweit  a.mehr-laender::before {
    content: '→';
    color: #F86615;
    font-size: 23px;
    float:left;
    padding-right:10px;
    margin-top:-3px;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.weltweit  a.mehr-laender:hover::before {
    color:#5e5d5c;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.weltweit .country-content {
    margin-top:15px;
}

/*******************************************************************************
*
* Top Tarife Länder
*
*******************************************************************************/
.country {
    padding:3px;
    margin-bottom:5px;
    font-size:10px;
    line-height:10px !important;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-align: center;

    width:9%;
    float:left;

}


.country a {
    display:block;
    color:#848382;
    font-size:10px;
    text-decoration:none;
    line-height:10px !important;
}
.country img {

    margin-right: 5px;
}

.country .country-name {
    height:40px;
    line-height:10px !important;
    overflow: hidden;
    margin-top:5px;
}
.country .country-tariff {
    font-weight: bold;
    color:#E32E1E;
    font-size:11px;

}
.country .country-tariff small{
    font-size:10px;
    font-weight:300;
}


.bill-check {
    padding-left:8px;
    padding-right:8px;
}
.Form_BillingcheckForm  {
    margin-top: 6px;
}
.Form_BillingcheckForm label {
    position:absolute;
    margin-top:4px;
    margin-left:8px;
}
.Form_BillingcheckForm .middleColumn {

    padding:3px;
    padding-left:8px;
    padding-right:8px;
    margin-bottom:10px;
    background-color: #D7D6D6;
}

a.informieren {
    display:inline-block;
    height:42px;
    line-height:42px;
    margin-top: 34px;
    text-transform: uppercase;
    font-weight: 100;
    font-family:"TeXGyreAdventorRegular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-left:10px;
    padding-right:10px;
    background-color:#E32E1E;
    color:#fff;
    /*    background-image:url('../images/orangebg.png');*/
}
a.informieren:hover {
    background-color:#E32E1E;
    color:#fff;
}


 /* The Modal (background) */
 .modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.modal h3{
    margin-top: 10px;
}
.modal-subline{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px 10px;
    font-weight: bolder;
    font-size: large;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 850px; /* Could be more or less, depending on screen size */
    font-size: 16px;
}
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 42px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 
  .modal-content div{
    margin: 20px;
  }
  .modal-content img{
    display: block!important;
  }

.modal .container {
    display: flex;
}

.box1 {
    flex: 2; /* Beide Boxen nehmen gleich viel Platz ein */
    padding: 10px;
    
}
.box2 {
    flex: 1; /* Beide Boxen nehmen gleich viel Platz ein */
    
    
}