/**************************************/
/******** CSS FOR CONTACT.HTML ********/
/**************************************/


/************** GLOBAL ****************/
div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2 {
    font-weight: inherit;
}

/************** FOLLOW US ****************/
.followUs {
    font-family: 'Abel', sans-serif;
    border: none;
    height: 100%;
    width: 75%;
    color: white;
    text-align: center;
    background: #383838;
    margin-left:auto;
    margin-right:auto;
    padding: 0px 0px 10px 0px;
}

.followUs h1 {
    font-size: 60px;
    padding-top: 40px;
    margin: 0px;
}

.followUs p {
    padding: 0px;
    margin: 0px;
}

.followUs a {
    color: white;
    text-decoration: none;
    font-size: 22px;
}

.followUs a:hover {
    text-decoration: underline;
}

/************** IMPRESSUM & DISCLAIMER ****************/
.containerSplit {
    font-family: 'Abel', sans-serif;
    display: flex;
    width: 75%;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.9;
    flex: 1;
}

.left-half {
    background-color: white;
    flex: 1;
    padding: 1rem;
    font-size: 18px;
}

.left-half table {
    border-collapse: collapse;
    color: #383838;
}

.left-half th, td {
    text-align: left;
    padding: 5px 12px 0px 0px;

}

.left-half table a {
    text-decoration: none;
    font-weight: normal;
    color: #383838;
}

.left-half table a:hover {
    text-decoration: underline;
    color: #0b0b0b;
}

.right-half {
    background-color: #75a09f;
    flex: 1;
    padding: 1rem;
}

/************** SHOW MORE ****************/
.panel {
    display: none;
    background-color: #75a09f;
}

.flip {
    border: 1px solid black;
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    margin-left:auto;
    margin-right:auto;
}