/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
*/
/* line 7, ../../sass/screen.scss */

/* Fonts */
@font-face {
    font-family: "Roboto Light";
    font-display: block;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Regular";
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

body {
    background: #F9F8F7;
    font-family: "Roboto Light";
}

/* line 11, ../../sass/screen.scss */
.header {
  background: #fff;
  padding: 15px;
}

/* line 15, ../../sass/screen.scss */
.content {
  padding: 20px;
  background: #fff;
}

/* line 20, ../../sass/screen.scss */
.footer {
  padding: 20px;
  color: #ddd;
}
/* line 24, ../../sass/screen.scss */
.footer a {
  color: #c00;
}

/* line 29, ../../sass/screen.scss */
#portalcontent {
  padding: 20px 0;
}

.gruener-balken {
    height: 50px;
    background-color: #009933;
    padding-right:0;
    padding-left:0;
    margin-bottom: 50px;
    border-bottom: 3px solid black;
}

.logo {
    height: 150px;
}

.panel-title {
    font-size: 25px;
    border-bottom: 1px solid #6666;
    padding-bottom: 5px;
}

.anmelde-button {
    width: 100%;
    background-image: none;
    color: #ffffff;
    background-color: #009933 !important;
    text-shadow: none;
}
.anmelde-button:hover {
    color: #ffffff;
}

img.logo-endriss {
    height: 130px;
    float: right;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    img.logo-endriss {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .tel {
        text-align: center;
        padding-top:0 !important;
    }
}

h1.tel-number {
    font-size: 28px;
    color: #009933;
}

.tel {
    padding-top: 50px;
}

.pwd-vergessen {
    text-align: right;
    margin-top: 10px;
}

a.pwd-vergessen-text {
    color: #009933;
}

/**********************************************/
/*********** Endriss Redesign *****************/
/**********************************************/

/* Button */
.o-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .16rem;
    line-height: 1.5rem;
    margin: 0;
    outline: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    background-color: #009d3c;
    background-image: linear-gradient(45deg,#098c33,#098c33,#098c33,#0cae36);
    background-position: 100% 0;
    background-size: 300% 100%;
    border: none;
    color: #fff;
    transition: all .4s ease-in-out;
    padding: 17px 24px;
}
.o-button:hover {
    background-position: 0 0;
    color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 0 4px #f2f2f2;
}
.o-button--large {
    width: 100%
}

/* Link */
.o-link {
    border-bottom: 1px solid transparent;
    color: #009d3c;
    transition: border-bottom-color .3s ease;
}
.o-link:hover {
    text-decoration: none;
    color: #009d3c;
    border-bottom-color: #009d3c;
}

/* Heading */
.o-heading--4 {
    font-size: 2.7rem;
    font-weight: 300;
    letter-spacing: -.03rem;
    line-height: 3.6rem;
    padding: 0;
    border: none;
}

/* Paragraph */
p, a {
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
}

/* Header */
.o-header__row {
    background: #fff;
    height: 109px;
    margin: 0;
    font-family: Roboto-Medium;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0;
    line-height: 24px;
    padding: 35px 10px 25px 10px;
}

/* Content */
.o-content {
    background: #F9F8F7;
    padding: 80px 0;
}

/* Container */
.o-container {
    background: #fff;
    padding: 20px 20px;
}

/* Logo */
.o-logo {
    left: calc(50% - 86px);
    position: absolute;
    top: -35px;
    width: 174px;
}

/* Grid */
.o-grid-row {
    display: block;
}
.o-grid-column {
    align-content: center;
    display: grid;
}
.o-grid-column--main {
    border-bottom: 1px solid #E6E6E6;
    padding: 0;
}
.o-grid-column--main:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 0;
}

/* Password */
.o-password {
    text-align: left;
    margin: 0;
    margin-top: 20px;
}
a.o-password__link {
    color: #767676;
    font-size: 16px;
}

/* Form */
.o-form__item {
    margin: 50px 0;
    position: relative;
}
.o-form__item:first-child {
    margin-top: 35px;
}
.o-form__item:nth-child(2) {
    margin-bottom: 40px;
}
.o-form__label {
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin: 0 0 4px;
}
.o-form__label--absolute {
    left: 0;
    margin: 12px 13px;
    padding: 1px 4px;
    position: absolute;
    top: -40px;
    transition: transform .3s ease;
    z-index: 10;
    color: #767676;
}
.o-form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: text;
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    height: auto;
    line-height: 2.2rem;
    margin: 0;
    max-width: 100%;
    min-height: 48px;
    min-width: 100%;
    outline: 0;
    padding: 12px 20px;
    transition: border-color .3s ease,box-shadow .3s ease;
    width: 100%;
}
.u-position--relative {
    position: relative;
}
.o-form__input:active, .o-form__input:focus, .o-form__input:hover {
    background-position: 0 0;
    box-shadow: 0 0 0 4px #f2f2f2;
    color: inherit;
}
/* .o-form__input:focus~.o-form__label--absolute, .o-form__input:not(:placeholder-shown)~.o-form__label--absolute {
    color: #767676;
    transform: translateY(-165%);
}
*/

/* Icon */
.o-icon__wrapper {
    display: flex;
}
a.o-icon__wrapper:hover, .o-icon__wrapper:hover p{
    color: #009d3c;
}
.o-icon{
    height: 40px;
    width: 40px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.o-icon--back{
    background-image: url('../img/back.svg');
}
.o-icon__label {
    align-self: center;
    padding-left: 12px;
    display: none;
    font-family: "Roboto Regular";
}

@media only screen and (min-width: 768px) {
    .o-grid-row {
        display: flex;
    }
    .o-grid-column--main {
        border-right: 1px solid #E6E6E6;
        padding-right: 40px;
        padding-left: 40px;
        border-bottom: 0;
    }
    .o-grid-column--main:first-child {
        padding-left: 0;
    }
    .o-grid-column--main:last-child {
        border-right: 0;
    }
    .o-container {
        padding: 50px 60px;
    }
    .o-password {
        margin-top: 0;
    }
    .o-header__row {
        padding: 35px 80px 25px 80px;
    }
    .o-logo {
        left: calc(50% - 67px);
    }
    .o-heading--4 {
        font-size: 2.8rem;
    }
    .o-icon{
        height: 48px;
        width: 48px;
    }
}

@media only screen and (min-width: 512px) {
    .o-icon__label {
        display: block;
    }
}