/*!
Theme Name: probiz18
Theme URI: http://underscores.me/
Author: Benedikt Reiter
Author URI: http://benereiter.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pb18
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

probiz18 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
	font-family: 'ChronoWeb';
  src: url('./fonts/Kurversbrug-Light.woff2') format('woff2'),
    url('./fonts/Kurversbrug-Light.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ChronoWeb';
  src: url('./fonts/Kurversbrug-Light.woff2') format('woff2'),
    url('./fonts/Kurversbrug-Light.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/*
@font-face {
	font-family: 'ChronoWeb';
	src: url("./fonts/ChronoWeb-Medium.woff") format("woff"), url("./fonts/ChronoWeb-Medium.ttf") format("truetype"), url("./fonts/ChronoWeb-Medium.svg#ChronoWeb-Medium") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ChronoWeb';
	src: url("./fonts/ChronoWeb-Bold.woff") format("woff"), url("./fonts/ChronoWeb-Bold.ttf") format("truetype"), url("./fonts/ChronoWeb-Bold.svg#ChronoWeb-Bold") format("svg");
	font-weight: 600;
	font-style: normal;
}*/

@font-face {
    font-family: 'ChronoWeb';
    src: url('./fonts/rt_obligat_free-webfont.woff2') format('woff2'),
         url('./fonts/rt_obligat_free-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'ChronoWeb';
    src: url('./fonts/rtobligat-light-webfont.woff2') format('woff2'),
         url('./fonts/rtobligat-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

#cn-notice-text a {
  color: white;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus, *:active {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: "ChronoWeb", sans-serif;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-smoothing: antialiased;
}

input, textarea {
	font-family: "ChronoWeb", sans-serif;
}

h1 {
	color: #404040;
	font-weight: 600;
	font-size: 42px;
	line-height: 51px;
	margin-bottom: 40px;
}

h2 {
	color: #404040;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
	margin-bottom: 20px;
}

p {
	color: black;
	font-weight: 200;
	font-size: 18px;
	line-height: 24px;
}

input[type=text], input[type=password], input[type=search], input[type=email] {
	font-weight: 200;
	padding: 20px 30px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border: none;
	color: #8C8F90;
	font-size: 16px;
	line-height: 19px;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=email]::placeholder {
	color: #8C8F90;
}

input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus {
	outline: none;
}

.button, section.magazin .magazin-sidebar input[type=submit] {
	font-weight: 200;
	appearance: none;
	display: inline-block;
	padding: 20px 30px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	background-color: black;
	border: none;
	font-size: inherit;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	font-weight: 400;
}

.button.main-cta, section.magazin .magazin-sidebar input.main-cta[type=submit] {
	padding: 20px 38px;
	font-size: 18px;
}

.button:hover, section.magazin .magazin-sidebar input:hover[type=submit] {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .9);
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.scrollbar-track {
	z-index: 200 !important;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
	padding: 80px 0;
	width: 100%;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.header.scrolled {
	padding: 20px 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.header.sub {
	padding: 20px 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1000px) {
	.header.sub .nav-item.magazin {
		display: none;
	}
}

body.single .header,
body.search .header,
body.blog .header {
	padding: 20px 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.header-inner {
	padding: 0 50px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-inner > div {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 950px) {
	.left-nav .nav-item:not(.cta) {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.right-nav .nav-item.cta {
		display: none;
	}
}

.nav-logo img {
	height: 60px;
	width: 120px;
	margin-right: 40px;
}

.nav-item {
	color: #404040;
	font-weight: 200;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	margin-right: 40px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-item:not(.cta) {
	padding: 4px 0 2px;
	border-bottom: 2px solid transparent;
}

.nav-item:not(.cta):hover {
	border-color: #ccc;
}

.nav-item.cta {
	border-radius: 4px;
	background-color: black;
	color: #ffffff;
	padding: 13px 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin-right: 0;
}

.nav-item.cta:hover {
	background-color: rgba(0, 0, 0, .9);
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.footer {
	background-color: black;
}

.footer .section-inner {
	display: flex;
}

@media screen and (max-width: 950px) {
	.footer .section-inner {
		flex-direction: column;
	}
	.footer .section-inner > div {
		margin-bottom: 40px;
	}
}

.footer .footer-logo {
	margin-right: 80px;
}

.footer .footer-logo img {
	height: 35px;
	width: 100px;
}

.footer .footer-sumup {
	margin-right: 80px;
	flex: 1;
}

.footer .footer-info {
	margin-right: 80px;
}

.footer h4 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1.83px;
	line-height: 12px;
}

.footer p {
	text-align: left;
	color: #F7F9FA;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	font-weight: 400;
}

.footer a {
  font-weight: 400;
	display: block;
	color: #F7F9FA;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer a:hover {
	opacity: .5;
}

section {
	padding: 80px 0;
}

section p {
	max-width: 750px;
	text-align: center;
	margin: 0 auto 40px auto;
}

.section-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
}

section.hero {
	padding-top: 260px;
}

@media screen and (max-width: 500px) {
	section.hero {
		padding-top: 180px;
	}
}

section.hero .section-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.hero .hero-info {
	margin-right: 100px;
}

section.hero .illustration {
	max-width: 470px;
	width: 35vw;
}

section.hero .illustration img {
	width: 100%;
}

@media screen and (max-width: 800px) {
	section.hero .illustration {
		display: none;
	}
}

section.hero h1 {
	max-width: 580px;
}

section.hero p {
	max-width: 580px;
	text-align: left;
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 40px 0;
}

section.features {
	background-color: rgb(216, 198, 172);
}

section.features .tabs {
	border-bottom: 1px solid rgba(2255, 255, 255, .4);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 80px 0;
}

section.features .tabs .tab {
	border-bottom: 4px solid rgba(2255, 255, 255, .4);
	padding-bottom: 10px;
	flex: 1;
	max-width: 293.97px;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

section.features .tabs .tab:hover {
	border-color: rgba(2255, 255, 255, .6);
}

section.features .tabs .tab.selected {
	border-color: rgba(2255, 255, 255, 1);
}

section.features .tabs .tab:nth-child(2) {
	margin: 0 20px;
}

section.features .tabs .tab img {
	display: block;
	margin-bottom: 20px;
}

section.features .tabs .tab span {
	display: block;
	color: #404040;
	font-weight: 400;
	font-size: 16px;
}

@media screen and (max-width: 580px) {
	section.features .tabs {
		display: block;
		border: none;
	}
	section.features .tabs .tab {
		max-width: initial;
	}
	section.features .tabs .tab:nth-child(2) {
		margin: 40px 0;
	}
}

section.features .features-content {
	position: relative;
	height: 350px;
}

@media screen and (max-width: 1000px) {
	section.features .features-content {
		height: 700px;
	}
}

@media screen and (max-width: 500px) {
	section.features .features-content {
		height: 600px;
	}
}

section.features .content {
	position: absolute;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
	transform: scale(0.95);
}

section.features .content.shown {
	transform: scale(1);
	opacity: 1;
}

section.features .content .illu {
	width: 40vw;
	height: 100%;
	max-width: 500px;
	max-height: 350px;
	margin-right: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

section.features .content .text h3 {
	text-align: left;
	color: #404040;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	margin-top: 0;
}

section.features .content .text p {
	text-align: left;
	color: black;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	section.features .content {
		display: block;
		width: 100%;
	}
	section.features .content .illu {
		height: initial;
		width: 100%;
		margin: 0 auto 40px auto;
		display: block;
	}
	section.features .content .text h3 {
		text-align: center;
		font-size: 24px;
		line-height: 36px;
	}
	section.features .content .text p {
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
	}
}

section.partners .partner-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

section.partners .partner-wide {
	display: block;
	margin: 40px auto;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	max-width: 900px;
}

section.partners .partner-wide img {
	width: 100%;
}

section.partners .partner-wide:hover {
	opacity: .5;
}

section.partners .partner {
	margin: 40px 40px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

section.partners .partner img {
	max-height: 80px;
	max-width: 150px;
}

section.partners .partner:hover {
	opacity: .5;
}

section.pricing {
	background-color: rgb(216, 198, 172);
}

section.pricing .section-inner {
	max-width: initial;
}

section.pricing .pricing-switch {
	border-radius: 8px;
	height: 64px;
	width: 400px;
	border: 1px solid rgb(216, 198, 172);
	display: flex;
	margin: 0 auto 80px;
	overflow: hidden;
}

section.pricing .pricing-switch .switch {
	flex: 1;
	height: 100%;
	width: 50%;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: rgb(216, 198, 172);
}

section.pricing .pricing-switch .switch:hover {
	background-color: rgba(248, 43, 0, 0.05);
}

section.pricing .pricing-switch .switch.selected {
	background-color: rgb(216, 198, 172);
	color: #fff;
}

section.pricing .pricing-switch .switch.selected:hover {
	background-color: rgb(216, 198, 172);
}

@media screen and (max-width: 500px) {
	section.pricing .pricing-switch {
		width: 100%;
	}
}

section.pricing .pricing-table {
	display: none;
	justify-content: center;
	align-items: center;
}

section.pricing .pricing-table.shown {
	display: flex;
}

@media screen and (max-width: 1000px) {
	section.pricing .pricing-table.shown {
		display: block;
	}
	section.pricing .pricing-table .pricing-col {
		margin: 0 auto 80px;
	}
	section.pricing .pricing-table .pricing-col:first-child {
		margin-top: -80px;
		margin-bottom: 120px;
	}
	section.pricing .pricing-table .pricing-col:nth-child(2) {
		margin-bottom: 40px;
	}
}

section.pricing .pricing-col {
	position: relative;
	padding: 80px;
	max-width: 420px;
}

@media screen and (max-width: 500px) {
	section.pricing .pricing-col {
		max-width: initial;
		padding: 40px;
	}
}

section.pricing .pricing-col.popular {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

section.pricing .pricing-col.popular .cta {
	text-decoration: none;
	font-weight: 400;
	background: rgb(216, 198, 172);
	color: #fff;
}

section.pricing .pricing-col.popular:before {
	content: "Most popular";
	text-transform: uppercase;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(216, 198, 172);
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.83px;
	line-height: 12px;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid rgb(216, 198, 172);
	border-radius: 3px;
}

section.pricing .pricing-col .type {
	color: #404040;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
}

section.pricing .pricing-col .price {
	color: #404040;
	font-weight: 600;
	font-size: 82px;
	line-height: 99px;
	text-align: center;
	margin: 20px 0;
}

section.pricing .pricing-col .description {
	color: #8C8F90;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

section.pricing .pricing-col .featurelist {
	margin-top: 60px;
}

section.pricing .pricing-col .featurelist .item {
	color: #404040;
	padding: 12px 0;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}

section.pricing .pricing-col .featurelist .item.fade {
	opacity: .25;
}

section.pricing .pricing-col .cta {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -36px;
	height: 72px;
	width: 240px;
	background: transparent;
	color: rgb(216, 198, 172);
	border: 1px solid rgb(216, 198, 172);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

section.pricing .pricing-col .cta:hover {
	background: rgb(216, 198, 172);
	color: #fff;
	transform: translateX(-50%) scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

section.pricing .pricing-col .tooltip {
	display: inline-block;
	position: relative;
}

section.pricing .pricing-col .tooltip .icon {
	cursor: help;
	transform: translateY(5px);
	margin-left: 5px;
}

section.pricing .pricing-col .tooltip:hover .bubble {
	transform: translate(-50%, 0);
	opacity: 1;
}

section.pricing .pricing-col .tooltip .bubble {
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate(-50%, -20px);
	opacity: 0;
	width: 275px;
	text-align: left;
	color: #8C8F90;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 30px;
	left: 50%;
	padding: 20px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
}

section.pricing .additional-info {
	margin-top: 116px;
	max-width: 585px;
	display: block;
}

section.pricing .additional-info a {
	color: #666;
}

section.newsletter {
	background-color: rgb(216, 198, 172);
}

section.newsletter .section-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.newsletter input {
	width: 380px;
	margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
	section.newsletter input {
		width: 100%;
	}
}

section.static {
	padding-top: 180px;
}

section.static h1 {
	font-size: 36px;
	line-height: 1.2em;
	text-align: left;
	margin: 40px 0 20px 0;
}

section.static h2 {
	font-size: 24px;
	line-height: 1.2em;
	text-align: left;
	margin: 30px 0 20px 0;
}

section.static p {
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	margin: 0 0 20px 0;
}

section.static a {
	color: #000;
	text-decoration: none;
}

section.static a:hover {
	text-decoration: underline;
}

section.static article {
	max-width: 800px;
	margin-bottom: 60px;
}

section.static article img {
	height: auto;
	width: 100%;
}

section.static.post img {
	margin-bottom: 30px;
}

section.magazin .section-inner {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1000px) {
	section.magazin .section-inner {
		display: block;
	}
}

section.magazin .magazin-main {
	flex: 3;
}

section.magazin .magazin-sidebar {
	flex: 1;
	margin-left: 50px;
}

section.magazin .magazin-sidebar h4, section.magazin .magazin-sidebar label {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	margin: 40px 0 20px;
}

section.magazin .magazin-sidebar input[type=search] {
	display: block;
	margin: 20px 0;
}

section.magazin .magazin-sidebar input[type=submit] {
	border: none;
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 500;
}

section.magazin .magazin-sidebar section {
	padding: 0;
}

section.magazin .magazin-sidebar ul {
	margin: 0;
	padding: 0;
}

section.magazin .magazin-sidebar ul li {
	list-style: none;
}

section.magazin .magazin-sidebar ul li a {
	font-size: 14px;
	display: block;
	margin: 0 0 20px 0;
	color: #8C8F90;
	font-weight: 200;
}

@media screen and (max-width: 1000px) {
	section.magazin .magazin-sidebar {
		margin: 60px 0 0 0;
	}
}

.user-mgmt {
	background-color: #2F3741;
	position: relative;
	min-height: 100vh;
}

.user-mgmt .wrapper {
	max-width: 780px;
	margin: 0 auto;
	padding: 40px;
}

@media screen and (max-width: 800px) {
	.user-mgmt .wrapper {
		padding: 20px;
	}
}

.user-mgmt .wrapper .logo {
	display: block;
	width: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.user-mgmt .wrapper.centered {
	width: 100%;
	max-width: 840px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.user-mgmt .wrapper.centered .inner {
	position: relative;
	display: flex;
	padding: 0;
	overflow: hidden;
}

.user-mgmt .wrapper.centered .form {
	height: 100%;
	width: 50%;
	padding: 40px;
}

@media screen and (max-width: 800px) {
	.user-mgmt .wrapper.centered .form {
		width: 100%;
	}
	.user-mgmt .wrapper.centered .form label {
		margin-bottom: 20px;
	}
}

.user-mgmt .wrapper.centered .actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.user-mgmt .wrapper.centered .actions a {
	color: #000;
	text-decoration: none;
	display: block;
	opacity: .5;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.user-mgmt .wrapper.centered .actions a img {
	height: 18px;
	width: 18px;
	margin-right: 10px;
}

.user-mgmt .wrapper.centered .actions a:hover {
	opacity: 1;
}

.user-mgmt .wrapper.centered .image {
	width: 50%;
	background-image: url("./img/login.jpg");
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 800px) {
	.user-mgmt .wrapper.centered .image {
		display: none;
	}
}

.user-mgmt .tapete {
	background-color: #F7F9FA;
	height: 50vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

.user-mgmt .inner {
	position: relative;
	z-index: 5;
	background-color: #EFF2F3;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 40px;
	margin: 40px 0;
}

.user-mgmt h1 {
	color: #404040;
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	margin: 0 0 30px 0;
}

.user-mgmt h2 {
	font-weight: 200;
	margin: 40px 0 20px 0;
	text-align: left;
	color: #404040;
	font-size: 16px;
	line-height: 19px;
}

.user-mgmt .row {
	display: flex;
	margin-bottom: 20px;
}

.user-mgmt .row label {
	display: flex;
	align-items: center;
}

.user-mgmt .row label input[type=checkbox] {
	margin-right: 20px;
}

.user-mgmt .row label span {
	color: #8C8F90;
	font-size: 14px;
	line-height: 17px;
}

.user-mgmt .row label span a {
	color: #8C8F90;
}

@media screen and (max-width: 800px) {
	.user-mgmt .row {
		display: block;
		margin: 0;
	}
}

.user-mgmt .section {
	margin: 40px 0;
}

@media screen and (max-width: 800px) {
	.user-mgmt .section .row {
		margin-bottom: 20px;
	}
}

.user-mgmt .field {
	flex: 1;
	margin-right: 20px;
}

.user-mgmt .field:last-child {
	margin-right: 0;
}

.user-mgmt .field.double {
	flex: 2;
}

.user-mgmt .field input {
	width: 100%;
	padding: 16px 20px;
	color: #8C8F90;
	font-size: 14px;
	line-height: 17px;
}

@media screen and (max-width: 800px) {
	.user-mgmt .field input {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 800px) {
	.user-mgmt .field {
		margin-right: 0;
	}
}

.user-mgmt .button, .user-mgmt section.magazin .magazin-sidebar input[type=submit], section.magazin .magazin-sidebar .user-mgmt input[type=submit] {
	border-radius: 4px;
	background-color: rgb(216, 198, 172);
	color: #ffffff;
	padding: 13px 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	outline: none;
	border: none;
}

.user-mgmt .button:hover, .user-mgmt section.magazin .magazin-sidebar input:hover[type=submit], section.magazin .magazin-sidebar .user-mgmt input:hover[type=submit] {
	background-color: rgb(226, 208, 182);
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 800px) {
	.user-mgmt .button, .user-mgmt section.magazin .magazin-sidebar input[type=submit], section.magazin .magazin-sidebar .user-mgmt input[type=submit] {
		width: 100%;
		text-align: center;
	}
}


.portfolio ul {
  max-width: 400px;
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

.portfolio ul li {
  border: 1px solid rgb(216, 198, 172);
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 1em;
}

.portfolio ul li strong {
  font-weight: 400;
}