style.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. /*
  2. Theme Name: AmS 2016
  3. Theme URI: http://architekturmachtschule.de/
  4. Author: Moritz Schmidt
  5. Author URI: https://mmnx.de/
  6. Description: n/a
  7. Version: 1.0
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags:
  11. Text Domain: ams2016
  12. */
  13. .carousel-control {
  14. background: none !important;
  15. }
  16. .carousel-control .icon-next::before, .carousel-control .icon-prev::before {
  17. content: none;
  18. }
  19. .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
  20. position: absolute;
  21. left: 16px; /* 25 */
  22. top: 9px; /* 18 */
  23. font-size: 2rem; /* 50px */
  24. }
  25. .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
  26. background: #008238;
  27. border-radius: 50%;
  28. padding: 1.5rem; /* 40px */
  29. }
  30. .carousel-control .icon-prev .fa-chevron-left:before {
  31. left: 10px; /* 18 */
  32. }
  33. .carousel-inner > .carousel-item > img {
  34. width: 100%;
  35. }
  36. .carousel-control .icon-prev, .carousel-control .icon-next {
  37. top: 35%;
  38. }
  39. .carousel-control .icon-next {
  40. right: 100%;
  41. }
  42. .carousel {
  43. max-height: 350px;
  44. overflow: hidden;
  45. }
  46. .navbar {
  47. background: #C0C0C0;
  48. position: -webkit-sticky;
  49. position: sticky;
  50. top: 0;
  51. width: 100%;
  52. border-radius: 0;
  53. z-index: 99;
  54. }
  55. .navbar-brand {
  56. font-size: 1.15rem;
  57. }
  58. .beam {
  59. margin-top: 50px;
  60. margin-bottom: 50px;
  61. text-align: center;
  62. font-family: 'Special Elite', cursive;
  63. }
  64. .beam h1 {
  65. font-size: 60px;
  66. text-align: left;
  67. }
  68. .beam + .container {
  69. font-family: 'Special Elite', cursive;
  70. font-size: 18px;
  71. line-height: 30px;
  72. }
  73. /*.beam > .container > * {
  74. margin: 0;
  75. text-transform: uppercase;
  76. }*/
  77. .beam ~ .beam {
  78. margin-top: 50px;
  79. }
  80. .teaser {
  81. font-size: 27px;
  82. line-height: 35px;
  83. color: #000000;
  84. }
  85. .content-wrapper {
  86. position: relative;
  87. padding: 0;
  88. padding-top: 1px;
  89. margin-top: -1px;
  90. margin-bottom: 25px;
  91. }
  92. .content-wrapper:first-of-type {
  93. padding-top: 1px;
  94. margin-top: -1px; /* weird bug idk */
  95. }
  96. .content-wrapper::before {
  97. content: " ";
  98. position: absolute;
  99. width: 100%;
  100. height: 100%;
  101. /*background: url(img/bg.jpg) repeat-y center;*/
  102. background: #00004d;
  103. background-size: cover;
  104. opacity: 0.2;
  105. }
  106. .content-wrapper:nth-child(2n)::before {
  107. background: url(img/ams_hintergrund.png) no-repeat center fixed;
  108. background-size: 100% auto;
  109. }
  110. .content-wrapper:nth-child(3n)::before {
  111. /*background: url(img/bg2.jpg) repeat-y center;*/
  112. background: #004d00;
  113. }
  114. #tda-slider .card {
  115. max-width: 20rem;
  116. margin-right: 25px;
  117. }
  118. .card-img-top {
  119. margin: 0 auto;
  120. }
  121. #tda-slider {
  122. margin-top: 25px;
  123. }
  124. #partners .col-md-4 {
  125. display: flex;
  126. }
  127. #partners .card {
  128. width: 100%;
  129. }
  130. .tda-gallery {
  131. padding-top: 25px;
  132. }
  133. .tda-content {
  134. padding-top: 25px;
  135. max-height: 350px;
  136. overflow: auto;
  137. }
  138. .tda-content a {
  139. color: inherit;
  140. }
  141. .tag-pill {
  142. color: white;
  143. background: black;
  144. padding: 20px 25px;
  145. font-size: 25px;
  146. }
  147. #single, #tdas-single {
  148. margin-bottom: 0;
  149. }
  150. #tdas-single h1 {
  151. margin-top: 10px;
  152. }
  153. #tdas-single span.tag {
  154. padding: 21px 31px;
  155. padding-top: 30px;
  156. }
  157. .slick-slide {
  158. margin: 10px;
  159. }
  160. .navbar-light .navbar-nav .nav-link {
  161. color: rgba(0, 0, 0, 0.7);
  162. }
  163. .text-muted {
  164. color: #5f676d !important;
  165. }
  166. .relcontainer {
  167. position: relative;
  168. }
  169. .tda-hover {
  170. position: absolute;
  171. left: 0;
  172. top: 0;
  173. width: 100%;
  174. height: 100%;
  175. background: rgba(0, 0, 0, 0.3);
  176. }
  177. .tda-hover .relcontainer {
  178. width: 100%;
  179. height: 100%;
  180. }
  181. .tda-hover .relcontainer span {
  182. position: absolute;
  183. left: 50%;
  184. top: 50%;
  185. transform: translate(-50%, -50%);
  186. color: #fff;
  187. font-size: 50px;
  188. }
  189. .tda-item img {
  190. width: 100%;
  191. height: 100%;
  192. }
  193. .slick-prev:before, .slick-next:before {
  194. color: #008238;
  195. }
  196. .slick-slider .icon-next, .slick-slider .icon-prev {
  197. position: absolute;
  198. top: 50%;
  199. display: block;
  200. width: 30px;
  201. height: 30px;
  202. padding: 0;
  203. -webkit-transform: translate(0, -50%);
  204. -ms-transform: translate(0, -50%);
  205. transform: translate(0, -50%);
  206. background: #008238;
  207. padding: 20px;
  208. border-radius: 50%;
  209. opacity: 0.4;
  210. transition: opacity 0.3s ease;
  211. }
  212. .slick-slider .icon-next:hover, .slick-slider .icon-prev:hover {
  213. opacity: 1;
  214. }
  215. .slick-slider .icon-next > .fa, .slick-slider .icon-prev > .fa {
  216. color: #fff;
  217. font-weight: 900;
  218. }
  219. .slick-slider .icon-next > .fa:before {
  220. position: absolute;
  221. left: 12px;
  222. top: 10px;
  223. font-size: 25px;
  224. }
  225. .slick-slider .icon-prev > .fa:before {
  226. position: absolute;
  227. left: 9px;
  228. top: 10px;
  229. font-size: 25px;
  230. }
  231. .slick-slider .icon-next {
  232. right: 5px;
  233. z-index: 5;
  234. }
  235. .slick-slider .icon-prev {
  236. left: 5px;
  237. z-index: 5;
  238. }
  239. .b-to-top {
  240. text-align: center;
  241. padding-bottom: 5px;
  242. }
  243. .b-to-top a {
  244. background: grey;
  245. border-radius: 50%;
  246. padding: 0.3rem 0.4rem;
  247. color: white;
  248. }
  249. .tda-item .tda-hover {
  250. transition: transform 0.7s ease;
  251. transform: scale(0, 0);
  252. }
  253. .tda-item:hover .tda-hover {
  254. transform: scale(1, 1);
  255. }
  256. .footer-wrapper {
  257. font-family: 'Special Elite', cursive;
  258. background: #C0C0C0;
  259. }
  260. footer p {
  261. margin-top: 1rem;
  262. }
  263. footer p a {
  264. color: #373a3c;
  265. }
  266. a:hover {
  267. text-decoration: none;
  268. }
  269. .card a {
  270. color: inherit;
  271. }
  272. .navbar-nav .nav-item:first-child {
  273. margin-left: 0;
  274. }
  275. .card a:hover {
  276. color: #014c8c;
  277. }
  278. #ams-topnav {
  279. font-family: 'Special Elite', cursive;
  280. }
  281. .jumper {
  282. position: absolute;
  283. top: -50px;
  284. }
  285. @media(min-width: 544px) {
  286. .menu-item.dropdown::after {
  287. content: "\f0d7";
  288. font: normal normal normal 14px/1 FontAwesome;
  289. position: absolute;
  290. right: -12px;
  291. top: 12px;
  292. }
  293. .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
  294. }
  295. .carousel-control .icon-prev, .carousel-control .icon-next {
  296. top: 50%;
  297. }
  298. }
  299. @media (min-width: 768px) {
  300. .navbar-nav .nav-item {
  301. margin-left: 1rem;
  302. }
  303. }
  304. @media (min-width: 992px) {
  305. span.tag {
  306. left: -15px;
  307. position: absolute;
  308. }
  309. }
  310. @media (min-width: 1280px) {
  311. .slick-slider .icon-next, .slick-slider .icon-prev {
  312. width: 80px;
  313. height: 80px;
  314. }
  315. .slick-slider .icon-next > .fa:before {
  316. position: absolute;
  317. left: 25px;
  318. top: 19px;
  319. font-size: 50px;
  320. }
  321. .slick-slider .icon-prev > .fa:before {
  322. position: absolute;
  323. left: 15px;
  324. top: 17px;
  325. font-size: 50px;
  326. }
  327. .slick-slider .icon-next {
  328. right: -105px;
  329. }
  330. .slick-slider .icon-prev {
  331. left: -105px;
  332. }
  333. }