:root {
    --telekom: #E30074;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'grotesk_regular', sans-serif;
}

strong {
    font-family: 'grotesk_bold', sans-serif;
}
.bold *, .bold{font-family: 'grotesk_bold', sans-serif;}
p, span, a, li {
    font-size: 20px;
}

.inverse {
    background: var(--telekom);
    background: #E30074;
}

.grey {
    background: #f5f5f5;
}

.heading {
}

.heading h2 {
    text-transform: uppercase;
    color: var(--telekom);
    color: #e30074;
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: 'grotesk_bold', sans-serif;
}

.heading h2:before {
    content: '';
    width: 44px;
    background: var(--telekom);
    background: #E30074;
    display: inline-block;
    height: 2px;
    left: -54px;
    top: 20px;
    position: absolute;
}

.heading h2:after {
    content: '';
    width: 44px;
    background: var(--telekom);
    background: #E30074;
    display: inline-block;
    height: 2px;
    right: -54px;
    top: 20px;
    position: absolute;
}

.inverse .heading h2 {
    text-transform: uppercase;
    color: white;
    position: relative;
    display: inline-block;
}

.inverse .heading h2:before {
    content: '';
    width: 44px;
    background: white;
    display: inline-block;
    height: 2px;
    left: -54px;
    top: 20px;
    position: absolute;
}

.inverse .heading h2:after {
    content: '';
    width: 44px;
    background: white;
    display: inline-block;
    height: 2px;
    right: -54px;
    top: 20px;
    position: absolute;
}

.line {
    display: inline-block;
    width: 250px;
    border-bottom: 2px solid #e30074;
}

.text-telekom {
    color: var(--telekom);
    color: #e30074;
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}

.button {
    border: none;
}

.button.button-purple {
    padding: 10px 65px;
    background: #e30074;
    color: #fff;
    border-radius: 5px;
}

.button.button-purple:hover {
    background: #ff2e99;
    color: #fff;
    text-decoration: none;
}

.button.button-line {
    color: #e30074;
    text-decoration: underline;
}

/* ----------
--------------------
forms
 */

form {
}

form .form-control {
    position: relative;
}

form ::placeholder {
    font-family: 'grotesk_regular', sans-serif;
}

form label {
    text-align: left;
    display: block;
    font-size: 1.25rem;
}

form label a {
    color: inherit;
    font-size: inherit;
}

form .form-control input[type=text], form .form-control input[type=email],form .form-control input[type=number], select {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #aaa;
    border-radius: 8px;
    background: transparent;
    color: #e30074;
    font-family: 'grotesk_bold', sans-serif;
}

form .form-control input[type=number]::-webkit-inner-spin-button,
form .form-control input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance:textfield !important;
     margin: 0 !important;
}


form .form-control {
    background: transparent;
    border: none;
    height: inherit;
}

form .form-control select {
    color: #666;
    font-family: 'grotesk_regular', sans-serif;
}

form .form-control textarea {
    min-height: 150px;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #aaa;
    border-radius: 8px;
    background: transparent;
}

form .form-control input[type=checkbox] {
    display: none;
}

form .form-control input[type=checkbox] + label {
    padding-left: 25px;
}

form .form-control input[type=checkbox] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 7px;
    position: absolute;
    left: 10px;
    top: 8px;
}

form .form-control input[type=checkbox]:checked + label:before {
    content: '•';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 7px;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 42px;
    font-family: sans-serif;
    line-height: 19px;
    text-align: center;
    color: #e30074;
}
form .error{border:1px solid #e30074 !important;}

form .error-list {
    padding: 0;
}

form .error-list li {
    list-style-type: none;
    color: #e30074;
    text-align: left;
    display: inline-block;
    margin: 15px 0;
    padding: 6px 10px;
    /*margin-right: -30px;*/
    font-weight: 600;
    font-size: 13px;
}

/* ----------
--------------------
icons
 */
.icon1 {
    position: absolute;
    top: 270px;
    left: 140px;
    background: url(/assets/frontend/images/im1.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
}

.icon2 {
    position: absolute;
    top: 150px;
    left: 70px;
    background: url(/assets/frontend/images/im2.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.icon3 {
    position: absolute;
    bottom: 120px;
    left: 210px;
    background: url(/assets/frontend/images/im3.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.icon4 {
    position: absolute;
    bottom: 120px;
    right: 210px;
    background: url(/assets/frontend/images/im4.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
}

.icon5 {
    position: absolute;
    bottom: -40px;
    right: 210px;
    background: url(/assets/frontend/images/im6.png) no-repeat;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.icon6 {
    position: absolute;
    top: 60px;
    right: 360px;
    background: url(/assets/frontend/images/im4.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
}

.icon7 {
    position: absolute;
    top: 60px;
    left: 360px;
    background: url(/assets/frontend/images/im4.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
}

.icon8 {
    position: absolute;
    top: 160px;
    left: 100px;
    background: url(/assets/frontend/images/im7-m.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
}

.icon9 {
    position: absolute;
    top: 260px;
    right: 100px;
    background: url(/assets/frontend/images/im9-m.png) no-repeat;
    width: 140px;
    height: 140px;
    background-size: contain;
    background-position: center;
}

.icon10 {
    position: absolute;
    top: 260px;
    left: 360px;
    background: url(/assets/frontend/images/i-cloud4.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
}

.icon11 {
    position: absolute;
    top: 130px;
    right: 110px;
    background: url(/assets/frontend/images/i-cloudi.png) no-repeat;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
}

.icon12 {
    position: absolute;
    top: 160px;
    left: 40px;
    background: url(/assets/frontend/images/i-icloud1.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
}

.icon13 {
    position: absolute;
    top: 100px;
    right: 230px;
    background: url(/assets/frontend/images/i-icloud2.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
}

.icon14 {
    position: absolute;
    bottom: 260px;
    right: 360px;
    background: url(/assets/frontend/images/popcorn1.png) no-repeat;
    width: 130px;
    height: 130px;
    background-size: contain;
    background-position: center;
}

.icon15 {
    position: absolute;
    top: 130px;
    left: 110px;
    background: url(/assets/frontend/images/popcorn2.png) no-repeat;
    width: 140px;
    height: 140px;
    background-size: contain;
    background-position: center;
}

.icon16 {
    position: absolute;
    top: 160px;
    right: 140px;
    background: url(/assets/frontend/images/sziv.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
}

.icon17 {
    position: absolute;
    bottom: 170px;
    left: 230px;
    background: url(/assets/frontend/images/im3.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.icon18 {
    position: absolute;
    top: 170px;
    left: 430px;
    background: url(/assets/frontend/images/im3.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}


.icon19 {
    position: absolute;
    top: 310px;
    left: 150px;
    background: url(/assets/frontend/images/i-cloudi.png) no-repeat;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
}

.icon20 {
    position: absolute;
    top: 310px;
    left: 460px;
    background: url(/assets/frontend/images/i-cloudi.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.icon21 {
    position: absolute;
    top: 310px;
    right: 460px;
    background: url(/assets/frontend/images/i-cloudi.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.icon22 {
    position: absolute;
    top: 410px;
    right: 270px;
    background: url(/assets/frontend/images/i-cloudi.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

/* ----------
--------------------
header
 */
header {
}

header .up .container .row {
    min-height: 52px;
}

header .down .container .row {
    min-height: 52px;
}

header ul {
    margin: 0px;
    padding: 0px;
}

header ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

header a {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-family: 'grotesk_bold', sans-serif;
    letter-spacing: 1.4px;
}

header a:hover {
    text-decoration: none;
    color: #e30074;
}

/* ----------
--------------------
hero
 */
#hero {
    min-height: calc(100vh - 104px);
    position: relative;
    background: url(/assets/frontend/images/bg-full-v2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

#hero #gotoDown {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: url(/assets/frontend/images/arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

/* ----------
--------------------
meghivo
 */
.looks-like-a-table {

}

.looks-like-a-table .tc:first-child {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.looks-like-a-table .tc {
    border-right: 1px solid #333;
    padding: 8px 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    font-family: 'grotesk_bold', sans-serif;
}

.looks-like-a-table .tc.opa {
    color: #ccc;
}

.looks-like-a-table.header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-family: 'grotesk_bold', sans-serif;
    text-transform: uppercase;
}

.looks-like-a-table.header .tc {
    border-left: none;
    border-right: 1px solid #fff;
    padding: 15px 0;
    border-bottom: none;
}

.looks-like-a-table.header .tc:last-child {
    border: none;
}

.looks-like-a-table.footer .tc:first-child {
    border-bottom-left-radius: 15px;
}

.looks-like-a-table.footer .tc:last-child {
    border-bottom-right-radius: 15px;
}

/* ----------
--------------------
cookie-consent
 */

.cookie-consent {position: fixed; z-index: 10000000000;  padding-top: 25px; bottom: 0; left: 0; right: 0; background: rgba(61,61,60,.95); font-size: 1.3em; line-height: 1.2; color: #FFFFFF;}
.cookie-consent .container{padding-top: 0 !important; padding-bottom: 15px;}
.cookie-consent .container p{margin: 0; font-size: 0.8em;}

/*.cookie-consent {position: fixed; z-index: 10000000000; padding: 5px 0 5px; bottom: 0; left: 0; right: 0; background: #fff; font-size: .8em; line-height: 1.2;}*/
.cookie-consent .btn { color: #fff; border: none; border-bottom: 1px solid #3c5027; background-color: #57ad02; float: right; margin-top: -10px;}
.cookie-consent .button-purple{display: block; text-align: center; max-width: 80%; width: 100%; cursor: pointer; font-size: 16px;}

.cookie-consent .button-line {font-size: 0.9em}

.cookie-consent .cookie-consent-link  {color: #FFFFFF;}
.cookie-consent .cookie-consent-link:hover{color: #FFFFFF;}
.cookie-consent .container {padding-top: 20px;}


/* ----------
--------------------
footer
 */
footer .up .container .row {
    min-height: 120px;
}

.absolute-position {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-page-btn{font-size: 15px;}


@media (max-width: 691px) {

}

@media (max-height: 567px) {
    footer{position: relative !important}
}

@media (max-width: 550px) {
    .block-content .heading h2:after,.block-content .heading h2:before{display: none;}
    .event-table{margin: 0; font-size: 9px;}
}


/*IE10+ hack*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-header .t-logo-main {margin-top: 10px}
}